mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
DE translation update
This commit is contained in:
parent
ee0dcbd9f6
commit
e58c46eafb
10 changed files with 116 additions and 52 deletions
13
catavatar/lang/de/strings.php
Normal file
13
catavatar/lang/de/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Use Cat as Avatar"] = "Verwende diese Katze als Profilbild";
|
||||
$a->strings["More Random Cat!"] = "Weitere zufällige Katze";
|
||||
$a->strings["Reset to email Cat"] = "Zurück zu E-Mail Katze";
|
||||
$a->strings["Cat Avatar Settings"] = "Katzen Profilbild Einstellungen";
|
||||
$a->strings["There was an error, the cat ran away."] = "Upps es gab einen Fehler und die Katze ist weggelaufen";
|
||||
$a->strings["Meow!"] = "Miau!";
|
Loading…
Add table
Add a link
Reference in a new issue