mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 17:08:48 +00:00
RO: added translation for the addons from transifex
This commit is contained in:
parent
f6460497e3
commit
951f9dc006
128 changed files with 5387 additions and 0 deletions
19
wppost/lang/ro/strings.php
Normal file
19
wppost/lang/ro/strings.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ro")) {
|
||||
function string_plural_select_ro($n){
|
||||
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Wordpress"] = "Postați pe Wordpress";
|
||||
$a->strings["Wordpress Export"] = "Export pe Wordpress";
|
||||
$a->strings["Enable WordPress Post Plugin"] = "Activare Modul Postare pe Wordpress";
|
||||
$a->strings["WordPress username"] = "Utilizator WordPress ";
|
||||
$a->strings["WordPress password"] = "Parolă WordPress ";
|
||||
$a->strings["WordPress API URL"] = "URL Cheie API WordPress";
|
||||
$a->strings["Post to WordPress by default"] = "Postați implicit pe Wordpress";
|
||||
$a->strings["Provide a backlink to the Friendica post"] = "Oferiți un backlink către postarea de pe Friendica";
|
||||
$a->strings["Don't post messages that are too short"] = "Nu publica mesajele prea scurte";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
||||
$a->strings["Post from Friendica"] = "Postați din Friendica";
|
||||
$a->strings["Read the original post and comment stream on Friendica"] = "Citiți publicația originală și fluxul de comentarii, pe Friendica";
|
Loading…
Add table
Add a link
Reference in a new issue