Skip to content

Commit

Permalink
#21 Added reference to other languages into translated about pages
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Jan 22, 2016
1 parent bf78721 commit bcc39e5
Show file tree
Hide file tree
Showing 12 changed files with 141 additions and 0 deletions.
78 changes: 78 additions & 0 deletions ToDo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,81 @@
wp*i
klaus3b

<a href="https://github.com/k3b/AndroFotoFinder/wiki/de-home"><img alt="Homepage de" src="file:///android_res/drawable/lan_de.png"></img> de german Deutsch</a>,
<a href="https://github.com/k3b/AndroFotoFinder/wiki/home" ><img alt="Homepage en" src="file:///android_res/drawable/lan_en.png"></img> en english</a>,
<a href="https://github.com/k3b/AndroFotoFinder/wiki/fr-home"><img alt="Homepage fr" src="file:///android_res/drawable/lan_fr.png"></img> fr french Français</a>,
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ja-home"><img alt="Homepage ja" src="file:///android_res/drawable/lan_ja.png"></img> ja japanese 日本人</a>,
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ro-home"><img alt="Homepage ro" src="file:///android_res/drawable/lan_ro.png"></img> ro romanian Român</a>

<img alt="Homepage de" src="file:///android_res/drawable/lan_de.png"></img>
<img alt="Homepage en" src="file:///android_res/drawable/lan_en.png"></img>
<img alt="Homepage fr" src="file:///android_res/drawable/lan_fr.png"></img>
<img alt="Homepage ja" src="file:///android_res/drawable/lan_ja.png"></img>
<img alt="Homepage ro" src="file:///android_res/drawable/lan_ro.png"></img>

Localized Internet homepage:
<a href="https://github.com/k3b/AndroFotoFinder/wiki/de-home">de<img alt="Homepage de" src="file:///android_res/drawable/lan_de.png"></img></a>,
<a href="https://github.com/k3b/AndroFotoFinder/wiki/home" >en<img alt="Homepage en" src="file:///android_res/drawable/lan_en.png"></img></a>,
<a href="https://github.com/k3b/AndroFotoFinder/wiki/fr-home">fr<img alt="Homepage fr" src="file:///android_res/drawable/lan_fr.png"></img></a>,
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ja-home">ja<img alt="Homepage ja" src="file:///android_res/drawable/lan_ja.png"></img></a>,
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ro-home">ro<img alt="Homepage ro" src="file:///android_res/drawable/lan_ro.png"></img></a>

-----------------

01-21 17:03:54.773 17386-17655/de.k3b.android.androFotoFinder.dev D/dalvikvm﹕ threadid=16: notify debugger
01-21 17:03:54.773 17386-17655/de.k3b.android.androFotoFinder.dev D/dalvikvm﹕ threadid=16 (java.lang.ProcessManager): calling run()
01-21 17:03:54.951 17386-17386/de.k3b.android.androFotoFinder.dev E/AndroidRuntime﹕ FATAL EXCEPTION: main
Process: de.k3b.android.androFotoFinder.dev, PID: 17386
java.lang.IllegalStateException: Fragment LocationMapFragment{41ff8518} not attached to Activity
at android.app.Fragment.getResources(Fragment.java:767)
at de.k3b.android.androFotoFinder.locationmap.LocationMapFragment.defineNavigation(LocationMapFragment.java:459)
at de.k3b.android.androFotoFinder.FotoGalleryActivity.openLatLonPicker(FotoGalleryActivity.java:546)
at de.k3b.android.androFotoFinder.FotoGalleryActivity.onOptionsItemSelected(FotoGalleryActivity.java:448)
at android.app.Activity.onMenuItemSelected(Activity.java:2633)
at com.android.internal.policy.impl.PhoneWindow.onMenuItemSelected(PhoneWindow.java:1038)
at com.android.internal.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:735)
at com.android.internal.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:152)
at com.android.internal.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:874)
at com.android.internal.view.menu.MenuPopupHelper.onItemClick(MenuPopupHelper.java:196)
at android.widget.AdapterView.performItemClick(AdapterView.java:299)
at android.widget.AbsListView.performItemClick(AbsListView.java:1152)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:3014)
at android.widget.AbsListView$3.run(AbsListView.java:3865)
at android.os.Handler.handleCallback(Handler.java:808)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:5299)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:825)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:641)
at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
at dalvik.system.NativeStart.main(Native Method)

-----------------
referer
headers.put("Referer", referrer);
webView.loadUrl(someUrl, headers);


// from http://androidyou.blogspot.de/2011/06/how-to-set-android-webview-referrer.html
WebView wv;

@Overrideprotected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.mainbrownser);
wv = (WebView) findViewById(R.id.wv);
wv.getSettings().setJavaScriptEnabled(true);
wv.loadDataWithBaseURL("http://wwwgoogle.com/myreferrer",
"<img src='http://images.google.com/intl/en_ALL/images/logos/images_logo_lg.gif?a=1'>",
"text/html", "UTF-8","");
}




#30 Add Bookmark support for folders and map-areas

# 28 Translation with longer texts may break Layout

copy/move/delete log as /path/to/file.* instead of /path/to/file.jpg+/path/to/file.xmp
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ Dieser Vorgang kann nicht rückgängig gemacht werden."</string>
mit &#39;A Photo Map&#39; und &#39;AndroFotoFinder&#39;
<br />Merkmale:
<ul>
<li>App und Internet-Homepage sind in diesen Sprachen verfügbar:<ul>
<li><a href="https://github.com/k3b/AndroFotoFinder/wiki/de-home">de</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/home" >en</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/fr-home">fr</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ja-home">ja</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ro-home">ro</a></li>
<li><a href="https://github.com/k3b/AndroFotoFinder/issues/21">Help us to translate into other languages.</a></li>
</ul>
</li>
<li>verwaltet große Bildersammlungen (15000+ Bilder in 1000+ Ordnern)</li>
<li>verwendet Androids interne Mediendatenbank. Kein initialer Bild-Scan notwendig.</li>
<li>
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,15 @@
<string name="about_content_about"><![CDATA["<h1>A Photo Manager</h1>with &#39;A Photo Map&#39; sur &#39;AndroFotoFinder&#39;
<br />Caractéristiques:
<ul>
<li>App and internet homepage available in these languages:<ul>
<li><a href="https://github.com/k3b/AndroFotoFinder/wiki/de-home">de</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/home" >en</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/fr-home">fr</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ja-home">ja</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ro-home">ro</a></li>
<li><a href="https://github.com/k3b/AndroFotoFinder/issues/21">Help us to translate into other languages.</a></li>
</ul>
</li>
<li>Can handle big image collections (15000+ images in 1000+ folders)</li>
<li>Uses Android&#39;s image content provider. No initial image scan necessary.</li>
<li>
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@
</p>
機能:
<ul>
<li>App and internet homepage available in these languages:<ul>
<li><a href="https://github.com/k3b/AndroFotoFinder/wiki/de-home">de</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/home" >en</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/fr-home">fr</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ja-home">ja</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ro-home">ro</a></li>
<li><a href="https://github.com/k3b/AndroFotoFinder/issues/21">Help us to translate into other languages.</a></li>
</ul>
</li>
<li>大きな画像コレクションを処理できます (1000+ フォルダーに 15000+ 画像)</li>
<li>Android の画像コンテンツ プロバイダーを使用。初期イメージ スキャンの必要はありません。</li>
<li><a href="https://github.com/k3b/AndroFotoFinder/wiki/Filter-View"> 画像検索</a> 経由
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/values-ro/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@ https://github.com/k3b/AndroFotoFinder/wiki/intentap#sql</string>
&#39;Cautatorul Foto Android&#39;</h1>
<br/>Caracteristici:
<ul>
<li>App and internet homepage available in these languages:<ul>
<li><a href="https://github.com/k3b/AndroFotoFinder/wiki/de-home">de</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/home" >en</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/fr-home">fr</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ja-home">ja</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ro-home">ro</a></li>
<li><a href="https://github.com/k3b/AndroFotoFinder/issues/21">Help us to translate into other languages.</a></li>
</ul>
</li>
<li>Poti manevra colectii mari de imagini (15000+ imagini in 1000+ fisiere)</li>
<li>Utilizeaza&#39;furnizorul de continut imagini Android.Nu este necesara o scanare initiala.
</li>
Expand Down
9 changes: 9 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,15 @@
<h1>A Photo Manager</h1>with &#39;A Photo Map&#39; in &#39;AndroFotoFinder&#39;
<br />Features:
<ul>
<li>App and internet homepage available in these languages:<ul>
<li><a href="https://github.com/k3b/AndroFotoFinder/wiki/de-home">de</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/home" >en</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/fr-home">fr</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ja-home">ja</a>,&nbsp;
<a href="https://github.com/k3b/AndroFotoFinder/wiki/ro-home">ro</a></li>
<li><a href="https://github.com/k3b/AndroFotoFinder/issues/21">Help us to translate into other languages.</a></li>
</ul>
</li>
<li>Can handle big image collections (15000+ images in 1000+ folders)</li>
<li>Uses Android&#39;s image content provider. No initial image scan necessary.</li>
<li>
Expand Down
18 changes: 18 additions & 0 deletions wiki/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
English:

* [Homepage](https://github.com/k3b/AndroFotoFinder/wiki)
* [Overview](https://github.com/k3b/AndroFotoFinder/wiki/features)
* [Gallery-View](https://github.com/k3b/AndroFotoFinder/wiki/Gallery-View)
* [Geographic-Map](https://github.com/k3b/AndroFotoFinder/wiki/geographic-map)
* [Image-View](https://github.com/k3b/AndroFotoFinder/wiki/Image-View)
* [Filter-View](https://github.com/k3b/AndroFotoFinder/wiki/Filter-View)
* [Bookmarks](https://github.com/k3b/AndroFotoFinder/wiki/Bookmarks)
* [Folder-Picker](https://github.com/k3b/AndroFotoFinder/wiki/Folder-Picker)
* [Settings](https://github.com/k3b/AndroFotoFinder/wiki/settings)
* [Intent API](https://github.com/k3b/AndroFotoFinder/wiki/intentapi)

Român

* [Acasa](https://github.com/k3b/AndroFotoFinder/wiki/Acasa)
* [Caracteristici](https://github.com/k3b/AndroFotoFinder/wiki/Caracteristici)
* [Filtru de Vizualizare](https://github.com/k3b/AndroFotoFinder/wiki/Filtru de Vizualizare)
Binary file added wiki/png/lan_de.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wiki/png/lan_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wiki/png/lan_fr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wiki/png/lan_ja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wiki/png/lan_ro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bcc39e5

Please sign in to comment.