mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 10:58:48 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
5
testdrive/lang/ca/strings.php
Normal file
5
testdrive/lang/ca/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administrador";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "El teu compte en %s expirarà en pocs dies.";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "La teva provatura de Friendica esta a prop d'expirar.";
|
5
testdrive/lang/cs/strings.php
Normal file
5
testdrive/lang/cs/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administrátor";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Platnost Vašeho účtu na %s vyprší během několika dní.";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "Váš Friendica testovací účet brzy vyprší.";
|
5
testdrive/lang/de/strings.php
Normal file
5
testdrive/lang/de/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administrator";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Dein Konto auf %s wird in ein paar Tagen verfallen.";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "Dein Friendica-Testkonto wird bald verfallen.";
|
5
testdrive/lang/eo/strings.php
Normal file
5
testdrive/lang/eo/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administranto";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Via konto ĉe %s senvalidiĝos post kelkaj tagoj.";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "Via Friendica provkonto baldaŭ malaktiviĝos.";
|
5
testdrive/lang/es/strings.php
Normal file
5
testdrive/lang/es/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administrador";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Tu cuenta de %s expirará en pocos días.";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "Tu cuenta de prueba de Friendica está a punto de expirar.";
|
5
testdrive/lang/fr/strings.php
Normal file
5
testdrive/lang/fr/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administrateur";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Votre compte chez %s va expirer dans quelques jours.";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "Votre compte de test Friendica est sur le point d'expirer.";
|
5
testdrive/lang/is/strings.php
Normal file
5
testdrive/lang/is/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Kerfisstjóri";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "";
|
5
testdrive/lang/it/strings.php
Normal file
5
testdrive/lang/it/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Amministratore";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "";
|
5
testdrive/lang/nb-no/strings.php
Normal file
5
testdrive/lang/nb-no/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administrator";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "";
|
5
testdrive/lang/pl/strings.php
Normal file
5
testdrive/lang/pl/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administrator";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "";
|
5
testdrive/lang/pt-br/strings.php
Normal file
5
testdrive/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Administrador";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "Sua conta em %s expirará em poucos dias.";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "Sua conta de teste no Friendica vai expirar.";
|
5
testdrive/lang/ru/strings.php
Normal file
5
testdrive/lang/ru/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Администратор";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "";
|
3
testdrive/lang/sv/strings.php
Normal file
3
testdrive/lang/sv/strings.php
Normal file
|
@ -0,0 +1,3 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Admin";
|
5
testdrive/lang/zh-cn/strings.php
Normal file
5
testdrive/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "管理员";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "您账户在%s几天后过期了。";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "您Friendica化验账户快过期了。";
|
Loading…
Add table
Add a link
Reference in a new issue