-
Notifications
You must be signed in to change notification settings - Fork 258
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from kevmeyer/rss-feed
fixes for release
- Loading branch information
Showing
8 changed files
with
108 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="hello">Wilkommen!</string> | ||
<string name="app_name">wallabag</string> | ||
<string name="label_name">Bag it!</string> | ||
<string name="author">GAULUPEAU Jonathan - 2013</string> | ||
<string name="instructions">Um eine Website zu speichern benutze einfach den <i>Teilen</i> Button deines Browsers und drücke dann auf <i>Bag it!</i>.\nDann wirst du zur Login-Seite deiner wallabag weitergeleitet. \nFertig!\nErfahre mehr über wallabag auf:\n http://www.wallabag.org</string> | ||
<string name="btnDone">Speichern</string> | ||
<string name="which_browser">Welchen Browser möchtest du benutzen?</string> | ||
<string name="authorSite">http://cv.gaulupeau.fr</string> | ||
<string name="url_label"><b><u>Deine wallabag URL:</u></b></string> | ||
<string name="url_help">Beispiele:\n<i>http://wallabag.example.com</i>\n<i>http://www.example.com/wallabag</i></string> | ||
<string name="btnGetPost">Artikelliste - %1$d ungelesene</string> | ||
<string name="btnSync">Synchronisieren</string> | ||
<string name="btnMarkRead">Als gelesen markieren</string> | ||
<string name="btnSettings">Einstellungen</string> | ||
<string name="menuShowAll">Alle anzeigen</string> | ||
<string name="menuWipeDb">Datenbank leeren</string> | ||
<string name="txtSyncDone">Synchronisieren erfolgreich!</string> | ||
<string name="txtSyncFailed">Synchronisieren fehlgeschlagen!</string> | ||
<string name="txtNetOffline">Internetverbindung prüfen!</string> | ||
<string name="txtConfigNotSet">Bitte konfiguriere die App zunächst!</string> | ||
<string name="txtGlobalToken"><b><u>Globales API Token:</u></b></string> | ||
<string name="txtAPIUsername"><b><u>Deine User ID:</u></b></string> | ||
<string name="txtAPIToken"><b><u>Dein Token:</u></b></string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters