mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
updating the addon translations, missed some files due missing git fu
This commit is contained in:
parent
be2e3e6bf7
commit
4533ed9a34
302 changed files with 3081 additions and 2904 deletions
|
@ -1,13 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Permission denied."] = "Zugriff verweigert.";
|
||||
$a->strings["You are now authenticated to tumblr."] = "Du bist nun auf tumblr authentifiziert.";
|
||||
$a->strings["return to the connector page"] = "zurück zur Connector Seite";
|
||||
$a->strings["Post to Tumblr"] = "Bei Tumblr veröffentlichen";
|
||||
$a->strings["Tumblr Post Settings"] = "Tumblr-Beitragseinstellungen";
|
||||
$a->strings["(Re-)Authenticate your tumblr page"] = "(Re-)Authentifizierung deiner tumblr Seite";
|
||||
$a->strings["Enable Tumblr Post Plugin"] = "Tumblr-Plugin aktivieren";
|
||||
$a->strings["Post to Tumblr by default"] = "Standardmäßig bei Tumblr veröffentlichen";
|
||||
$a->strings["Post to page:"] = "Auf tumblr veröffentlichen";
|
||||
$a->strings["You are not authenticated to tumblr"] = "Du bist gegenüber tumblr nicht authentifiziert";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Permission denied."] = "Zugriff verweigert.";
|
||||
$a->strings["You are now authenticated to tumblr."] = "Du bist nun auf tumblr authentifiziert.";
|
||||
$a->strings["return to the connector page"] = "zurück zur Connector Seite";
|
||||
$a->strings["Post to Tumblr"] = "Auf Tumblr veröffentlichen";
|
||||
$a->strings["Tumblr Export"] = "Blogger Export";
|
||||
$a->strings["(Re-)Authenticate your tumblr page"] = "(Re-)Authentifizierung deiner tumblr Seite";
|
||||
$a->strings["Enable Tumblr Post Plugin"] = "Tumblr-Post-Plugin aktivieren";
|
||||
$a->strings["Post to Tumblr by default"] = "Standardmäßig bei Tumblr veröffentlichen";
|
||||
$a->strings["Post to page:"] = "Auf tumblr veröffentlichen";
|
||||
$a->strings["You are not authenticated to tumblr"] = "Du bist gegenüber tumblr nicht authentifiziert";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue