parent
f6460497e3
commit
951f9dc006
@ -0,0 +1,55 @@
|
||||
# ADDON altpager
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica altpager addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:39+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: altpager.php:46
|
||||
msgid "Altpager settings updated."
|
||||
msgstr "Configurările Altpager au fost actualizate."
|
||||
|
||||
#: altpager.php:83
|
||||
msgid "Alternate Pagination Setting"
|
||||
msgstr "Configurare Paginație Alternantă"
|
||||
|
||||
#: altpager.php:85
|
||||
msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?"
|
||||
msgstr "Se utilizează legături pentru paginile \"mai noi\" şi \"mai vechi\", în locul de numerelor de pagină?"
|
||||
|
||||
#: altpager.php:91 altpager.php:98
|
||||
msgid "Submit"
|
||||
msgstr "Trimite"
|
||||
|
||||
#: altpager.php:99
|
||||
msgid "Global"
|
||||
msgstr "Global"
|
||||
|
||||
#: altpager.php:99
|
||||
msgid "Force global use of the alternate pager"
|
||||
msgstr "Se forțează utilizarea globală a paginatorului alternant"
|
||||
|
||||
#: altpager.php:100
|
||||
msgid "Individual"
|
||||
msgstr "Individual"
|
||||
|
||||
#: altpager.php:100
|
||||
msgid "Each user chooses whether to use the alternate pager"
|
||||
msgstr "Fiecare utilizator alege dacă va utiliza paginatorul alternant"
|
||||
|
||||
#: altpager.php:107
|
||||
msgid "Settings updated."
|
||||
msgstr "Configurări actualizate."
|
@ -0,0 +1,16 @@
|
||||
<?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["Altpager settings updated."] = "Configurările Altpager au fost actualizate.";
|
||||
$a->strings["Alternate Pagination Setting"] = "Configurare Paginație Alternantă";
|
||||
$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Se utilizează legături pentru paginile \"mai noi\" şi \"mai vechi\", în locul de numerelor de pagină?";
|
||||
$a->strings["Submit"] = "Trimite";
|
||||
$a->strings["Global"] = "Global";
|
||||
$a->strings["Force global use of the alternate pager"] = "Se forțează utilizarea globală a paginatorului alternant";
|
||||
$a->strings["Individual"] = "Individual";
|
||||
$a->strings["Each user chooses whether to use the alternate pager"] = "Fiecare utilizator alege dacă va utiliza paginatorul alternant";
|
||||
$a->strings["Settings updated."] = "Configurări actualizate.";
|
@ -0,0 +1,117 @@
|
||||
# ADDON appnet
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica appnet addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 11:47+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:40+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: appnet.php:39
|
||||
msgid "Permission denied."
|
||||
msgstr "Permisiune refuzată."
|
||||
|
||||
#: appnet.php:73
|
||||
msgid "You are now authenticated to app.net. "
|
||||
msgstr "Acum sunteți autentificat pe App.net."
|
||||
|
||||
#: appnet.php:77
|
||||
msgid "<p>Error fetching token. Please try again.</p>"
|
||||
msgstr "<p>Eroare la procesarea token-ului. Vă rugăm să reîncercați.</p>"
|
||||
|
||||
#: appnet.php:80
|
||||
msgid "return to the connector page"
|
||||
msgstr "revenire la pagina de conectare"
|
||||
|
||||
#: appnet.php:94
|
||||
msgid "Post to app.net"
|
||||
msgstr "Postați pe App.net"
|
||||
|
||||
#: appnet.php:125 appnet.php:129
|
||||
msgid "App.net Export"
|
||||
msgstr "Exportare pe App.net"
|
||||
|
||||
#: appnet.php:142
|
||||
msgid "Currently connected to: "
|
||||
msgstr "Conectat curent la:"
|
||||
|
||||
#: appnet.php:144
|
||||
msgid "Enable App.net Post Plugin"
|
||||
msgstr "Activare Modul Postare pe App.net"
|
||||
|
||||
#: appnet.php:149
|
||||
msgid "Post to App.net by default"
|
||||
msgstr "Postați implicit pe App.net"
|
||||
|
||||
#: appnet.php:153
|
||||
msgid "Import the remote timeline"
|
||||
msgstr "Importare cronologie la distanță"
|
||||
|
||||
#: appnet.php:159
|
||||
msgid ""
|
||||
"<p>Error fetching user profile. Please clear the configuration and try "
|
||||
"again.</p>"
|
||||
msgstr "<p>Eroare la procesarea profilului de utilizator. Vă rugăm să ștergeți configurarea şi apoi reîncercați.</p>"
|
||||
|
||||
#: appnet.php:164
|
||||
msgid "<p>You have two ways to connect to App.net.</p>"
|
||||
msgstr "<p>Aveți două modalități de a vă conecta la App.net.</p>"
|
||||
|
||||
#: appnet.php:166
|
||||
msgid ""
|
||||
"<p>First way: Register an application at <a "
|
||||
"href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a>"
|
||||
" and enter Client ID and Client Secret. "
|
||||
msgstr "<p>Prima modalitate: Înregistrați o cerere pe <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> şi introduceți ID Client şi Cheia Secretă Client."
|
||||
|
||||
#: appnet.php:167
|
||||
#, php-format
|
||||
msgid "Use '%s' as Redirect URI<p>"
|
||||
msgstr "Utilizați '%s' ca URI de Redirecţionare<p>"
|
||||
|
||||
#: appnet.php:169
|
||||
msgid "Client ID"
|
||||
msgstr "ID Client"
|
||||
|
||||
#: appnet.php:173
|
||||
msgid "Client Secret"
|
||||
msgstr "Cheia Secretă Client"
|
||||
|
||||
#: appnet.php:177
|
||||
msgid ""
|
||||
"<p>Second way: fetch a token at <a href=\"http://dev-"
|
||||
"lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "
|
||||
msgstr "<p>A doua cale: autorizați un indicativ de acces token de pe <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a> ."
|
||||
|
||||
#: appnet.php:178
|
||||
msgid ""
|
||||
"Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', "
|
||||
"'Messages'.</p>"
|
||||
msgstr "Stabiliți aceste scopuri: 'De Bază', 'Flux', 'Scriere Postare', 'Mesaje Publice', 'Mesaje'.</p>"
|
||||
|
||||
#: appnet.php:180
|
||||
msgid "Token"
|
||||
msgstr "Token"
|
||||
|
||||
#: appnet.php:192
|
||||
msgid "Sign in using App.net"
|
||||
msgstr "Autentificați-vă utilizând App.net"
|
||||
|
||||
#: appnet.php:197
|
||||
msgid "Clear OAuth configuration"
|
||||
msgstr "Ștergeți configurările OAuth"
|
||||
|
||||
#: appnet.php:204
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
@ -0,0 +1,29 @@
|
||||
<?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["Permission denied."] = "Permisiune refuzată.";
|
||||
$a->strings["You are now authenticated to app.net. "] = "Acum sunteți autentificat pe App.net.";
|
||||
$a->strings["<p>Error fetching token. Please try again.</p>"] = "<p>Eroare la procesarea token-ului. Vă rugăm să reîncercați.</p>";
|
||||
$a->strings["return to the connector page"] = "revenire la pagina de conectare";
|
||||
$a->strings["Post to app.net"] = "Postați pe App.net";
|
||||
$a->strings["App.net Export"] = "Exportare pe App.net";
|
||||
$a->strings["Currently connected to: "] = "Conectat curent la:";
|
||||
$a->strings["Enable App.net Post Plugin"] = "Activare Modul Postare pe App.net";
|
||||
$a->strings["Post to App.net by default"] = "Postați implicit pe App.net";
|
||||
$a->strings["Import the remote timeline"] = "Importare cronologie la distanță";
|
||||
$a->strings["<p>Error fetching user profile. Please clear the configuration and try again.</p>"] = "<p>Eroare la procesarea profilului de utilizator. Vă rugăm să ștergeți configurarea şi apoi reîncercați.</p>";
|
||||
$a->strings["<p>You have two ways to connect to App.net.</p>"] = "<p>Aveți două modalități de a vă conecta la App.net.</p>";
|
||||
$a->strings["<p>First way: Register an application at <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> and enter Client ID and Client Secret. "] = "<p>Prima modalitate: Înregistrați o cerere pe <a href=\"https://account.app.net/developer/apps/\">https://account.app.net/developer/apps/</a> şi introduceți ID Client şi Cheia Secretă Client.";
|
||||
$a->strings["Use '%s' as Redirect URI<p>"] = "Utilizați '%s' ca URI de Redirecţionare<p>";
|
||||
$a->strings["Client ID"] = "ID Client";
|
||||
$a->strings["Client Secret"] = "Cheia Secretă Client";
|
||||
$a->strings["<p>Second way: fetch a token at <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a>. "] = "<p>A doua cale: autorizați un indicativ de acces token de pe <a href=\"http://dev-lite.jonathonduerig.com/\">http://dev-lite.jonathonduerig.com/</a> .";
|
||||
$a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.</p>"] = "Stabiliți aceste scopuri: 'De Bază', 'Flux', 'Scriere Postare', 'Mesaje Publice', 'Mesaje'.</p>";
|
||||
$a->strings["Token"] = "Token";
|
||||
$a->strings["Sign in using App.net"] = "Autentificați-vă utilizând App.net";
|
||||
$a->strings["Clear OAuth configuration"] = "Ștergeți configurările OAuth";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
@ -0,0 +1,39 @@
|
||||
# ADDON appnetpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica appnetpost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 11:47+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:41+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: appnetpost.php:37
|
||||
msgid "Post to app.net"
|
||||
msgstr "Postați pe App.net"
|
||||
|
||||
#: appnetpost.php:59 appnetpost.php:63
|
||||
msgid "App.net Export"
|
||||
msgstr "Exportare pe App.net"
|
||||
|
||||
#: appnetpost.php:67
|
||||
msgid "Enable App.net Post Plugin"
|
||||
msgstr "Activare Modul Postare pe App.net"
|
||||
|
||||
#: appnetpost.php:72
|
||||
msgid "Post to App.net by default"
|
||||
msgstr "Postați implicit pe App.net"
|
||||
|
||||
#: appnetpost.php:78
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
@ -0,0 +1,12 @@
|
||||
<?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 app.net"] = "Postați pe App.net";
|
||||
$a->strings["App.net Export"] = "Exportare pe App.net";
|
||||
$a->strings["Enable App.net Post Plugin"] = "Activare Modul Postare pe App.net";
|
||||
$a->strings["Post to App.net by default"] = "Postați implicit pe App.net";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
@ -0,0 +1,51 @@
|
||||
# ADDON blackout
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica blackout addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:42+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: blackout.php:99
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
||||
|
||||
#: blackout.php:100
|
||||
msgid "Redirect URL"
|
||||
msgstr "URL de Redirecționare"
|
||||
|
||||
#: blackout.php:100
|
||||
msgid "all your visitors from the web will be redirected to this URL"
|
||||
msgstr "toți vizitatorii dvs. de pe web vor fi redirecționați către acest URL"
|
||||
|
||||
#: blackout.php:101
|
||||
msgid "Begin of the Blackout"
|
||||
msgstr "Pornire punct Blackout"
|
||||
|
||||
#: blackout.php:101
|
||||
msgid ""
|
||||
"format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, "
|
||||
"<em>hh</em> hour and <em>mm</em> minute"
|
||||
msgstr "formatul este <em>YYYY</em> anul, <em>MM</em> luna, <em>DD</em> ziua, <em>hh</em> ora și <em>mm</em> minute"
|
||||
|
||||
#: blackout.php:102
|
||||
msgid "End of the Blackout"
|
||||
msgstr "Finalizare punct Blackout"
|
||||
|
||||
#: blackout.php:108
|
||||
msgid ""
|
||||
"The end-date is prior to the start-date of the blackout, you should fix "
|
||||
"this."
|
||||
msgstr "Data de finalizare este anterioară punctului blackout de pornire, ar trebui să corectați aceasta."
|
@ -0,0 +1,14 @@
|
||||
<?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["Save Settings"] = "Salvare Configurări";
|
||||
$a->strings["Redirect URL"] = "URL de Redirecționare";
|
||||
$a->strings["all your visitors from the web will be redirected to this URL"] = "toți vizitatorii dvs. de pe web vor fi redirecționați către acest URL";
|
||||
$a->strings["Begin of the Blackout"] = "Pornire punct Blackout";
|
||||
$a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formatul este <em>YYYY</em> anul, <em>MM</em> luna, <em>DD</em> ziua, <em>hh</em> ora și <em>mm</em> minute";
|
||||
$a->strings["End of the Blackout"] = "Finalizare punct Blackout";
|
||||
$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Data de finalizare este anterioară punctului blackout de pornire, ar trebui să corectați aceasta.";
|
@ -0,0 +1,52 @@
|
||||
# ADDON blockem
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica blockem addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:43+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: blockem.php:53 blockem.php:57
|
||||
msgid "\"Blockem\""
|
||||
msgstr "\"Blockem\""
|
||||
|
||||
#: blockem.php:61
|
||||
msgid "Comma separated profile URLS to block"
|
||||
msgstr "Adresele URL de profil, de blocat, separate prin virgulă"
|
||||
|
||||
#: blockem.php:65
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
||||
|
||||
#: blockem.php:78
|
||||
msgid "BLOCKEM Settings saved."
|
||||
msgstr "Configurările BLOCKEM au fost salvate."
|
||||
|
||||
#: blockem.php:142
|
||||
#, php-format
|
||||
msgid "Blocked %s - Click to open/close"
|
||||
msgstr "%s Blocate - Apăsați pentru a deschide/închide"
|
||||
|
||||
#: blockem.php:197
|
||||
msgid "Unblock Author"
|
||||
msgstr "Deblocare Autor"
|
||||
|
||||
#: blockem.php:199
|
||||
msgid "Block Author"
|
||||
msgstr "Blocare Autor"
|
||||
|
||||
#: blockem.php:231
|
||||
msgid "blockem settings updated"
|
||||
msgstr "Configurările blockem au fost actualizate"
|
@ -0,0 +1,15 @@
|
||||
<?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["\"Blockem\""] = "\"Blockem\"";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Adresele URL de profil, de blocat, separate prin virgulă";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
||||
$a->strings["BLOCKEM Settings saved."] = "Configurările BLOCKEM au fost salvate.";
|
||||
$a->strings["Blocked %s - Click to open/close"] = "%s Blocate - Apăsați pentru a deschide/închide";
|
||||
$a->strings["Unblock Author"] = "Deblocare Autor";
|
||||
$a->strings["Block Author"] = "Blocare Autor";
|
||||
$a->strings["blockem settings updated"] = "Configurările blockem au fost actualizate";
|
@ -0,0 +1,55 @@
|
||||
# ADDON blogger
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica blogger addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:44+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: blogger.php:42
|
||||
msgid "Post to blogger"
|
||||
msgstr "Postați pe Blogger"
|
||||
|
||||
#: blogger.php:74 blogger.php:78
|
||||
msgid "Blogger Export"
|
||||
msgstr "Export pe Blogger "
|
||||
|
||||
#: blogger.php:82
|
||||
msgid "Enable Blogger Post Plugin"
|
||||
msgstr "Activare Modul Postare pe Blogger "
|
||||
|
||||
#: blogger.php:87
|
||||
msgid "Blogger username"
|
||||
msgstr "Utilizator Blogger"
|
||||
|
||||
#: blogger.php:92
|
||||
msgid "Blogger password"
|
||||
msgstr "Parolă Blogger "
|
||||
|
||||
#: blogger.php:97
|
||||
msgid "Blogger API URL"
|
||||
msgstr "URL Cheie API Blogger "
|
||||
|
||||
#: blogger.php:102
|
||||
msgid "Post to Blogger by default"
|
||||
msgstr "Postați implicit pe Blogger"
|
||||
|
||||
#: blogger.php:108
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
||||
|
||||
#: blogger.php:178
|
||||
msgid "Post from Friendica"
|
||||
msgstr "Postați din Friendica"
|
@ -0,0 +1,16 @@
|
||||
<?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 blogger"] = "Postați pe Blogger";
|
||||
$a->strings["Blogger Export"] = "Export pe Blogger ";
|
||||
$a->strings["Enable Blogger Post Plugin"] = "Activare Modul Postare pe Blogger ";
|
||||
$a->strings["Blogger username"] = "Utilizator Blogger";
|
||||
$a->strings["Blogger password"] = "Parolă Blogger ";
|
||||
$a->strings["Blogger API URL"] = "URL Cheie API Blogger ";
|
||||
$a->strings["Post to Blogger by default"] = "Postați implicit pe Blogger";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
||||
$a->strings["Post from Friendica"] = "Postați din Friendica";
|
@ -0,0 +1,75 @@
|
||||
# ADDON buffer
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica buffer addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:45+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: buffer.php:31
|
||||
msgid "Permission denied."
|
||||
msgstr "Permisiune refuzată."
|
||||
|
||||
#: buffer.php:57 buffer.php:185
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
||||
|
||||
#: buffer.php:59
|
||||
msgid "Client ID"
|
||||
msgstr "ID Client"
|
||||
|
||||
#: buffer.php:60
|
||||
msgid "Client Secret"
|
||||
msgstr "Cheia Secretă Client"
|
||||
|
||||
#: buffer.php:67
|
||||
msgid "Error when registering buffer connection:"
|
||||
msgstr "Eroare la înregistrarea conexiunii Buffer:"
|
||||
|
||||
#: buffer.php:86
|
||||
msgid "You are now authenticated to buffer. "
|
||||
msgstr "Acum sunteți autentificat pe Buffer."
|
||||
|
||||
#: buffer.php:87
|
||||
msgid "return to the connector page"
|
||||
msgstr "revenire la pagina de conectare"
|
||||
|
||||
#: buffer.php:103
|
||||
msgid "Post to Buffer"
|
||||
msgstr "Postați pe Buffer"
|
||||
|
||||
#: buffer.php:128 buffer.php:132
|
||||
msgid "Buffer Export"
|
||||
msgstr "Export pe Buffer "
|
||||
|
||||
#: buffer.php:142
|
||||
msgid "Authenticate your Buffer connection"
|
||||
msgstr "Autentificați-vă conectarea la Buffer"
|
||||
|
||||
#: buffer.php:146
|
||||
msgid "Enable Buffer Post Plugin"
|
||||
msgstr "Activare Modul Postare pe Buffer"
|
||||
|
||||
#: buffer.php:151
|
||||
msgid "Post to Buffer by default"
|
||||
msgstr "Postați implicit pe Buffer"
|
||||
|
||||
#: buffer.php:156
|
||||
msgid "Check to delete this preset"
|
||||
msgstr "Bifați pentru a șterge această presetare"
|
||||
|
||||
#: buffer.php:165
|
||||
msgid "Posts are going to all accounts that are enabled by default:"
|
||||
msgstr "Posturile merg către toate conturile care sunt activate implicit:"
|
@ -0,0 +1,21 @@
|
||||
<?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["Permission denied."] = "Permisiune refuzată.";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
||||
$a->strings["Client ID"] = "ID Client";
|
||||
$a->strings["Client Secret"] = "Cheia Secretă Client";
|
||||
$a->strings["Error when registering buffer connection:"] = "Eroare la înregistrarea conexiunii Buffer:";
|
||||
$a->strings["You are now authenticated to buffer. "] = "Acum sunteți autentificat pe Buffer.";
|
||||
$a->strings["return to the connector page"] = "revenire la pagina de conectare";
|
||||
$a->strings["Post to Buffer"] = "Postați pe Buffer";
|
||||
$a->strings["Buffer Export"] = "Export pe Buffer ";
|
||||
$a->strings["Authenticate your Buffer connection"] = "Autentificați-vă conectarea la Buffer";
|
||||
$a->strings["Enable Buffer Post Plugin"] = "Activare Modul Postare pe Buffer";
|
||||
$a->strings["Post to Buffer by default"] = "Postați implicit pe Buffer";
|
||||
$a->strings["Check to delete this preset"] = "Bifați pentru a șterge această presetare";
|
||||
$a->strings["Posts are going to all accounts that are enabled by default:"] = "Posturile merg către toate conturile care sunt activate implicit:";
|
@ -0,0 +1,23 @@
|
||||
# ADDON buglink
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica buglink addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:45+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: buglink.php:15
|
||||
msgid "Report Bug"
|
||||
msgstr "Raportează Problema"
|
@ -0,0 +1,8 @@
|
||||
<?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["Report Bug"] = "Raportează Problema";
|
@ -0,0 +1,55 @@
|
||||
# ADDON cal
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica cal addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-06-19 13:20+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:46+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: cal.php:33
|
||||
msgid "Event Export"
|
||||
msgstr "Exportare Eveniment"
|
||||
|
||||
#: cal.php:33
|
||||
msgid "You can download public events from: "
|
||||
msgstr "Puteți descărca evenimente publice de la:"
|
||||
|
||||
#: cal.php:53
|
||||
msgid "The user does not export the calendar."
|
||||
msgstr "Utilizatorul nu își exportă calendarul."
|
||||
|
||||
#: cal.php:83
|
||||
msgid "This calendar format is not supported"
|
||||
msgstr "Acest format de calendar nu este acceptat"
|
||||
|
||||
#: cal.php:174
|
||||
msgid "Export Events"
|
||||
msgstr "Exportați Evenimente"
|
||||
|
||||
#: cal.php:175
|
||||
msgid "If this is enabled, your public events will be available at"
|
||||
msgstr "Dacă este activat, evenimente dvs publice vor fi disponibile pe"
|
||||
|
||||
#: cal.php:176
|
||||
msgid "Currently supported formats are ical and csv."
|
||||
msgstr "Formate acceptate în prezent sunt ical şi csv."
|
||||
|
||||
#: cal.php:178
|
||||
msgid "Enable calendar export"
|
||||
msgstr "Activați exportarea calendarului"
|
||||
|
||||
#: cal.php:181
|
||||
msgid "Submit"
|
||||
msgstr "Trimite"
|
@ -0,0 +1,16 @@
|
||||
<?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["Event Export"] = "Exportare Eveniment";
|
||||
$a->strings["You can download public events from: "] = "Puteți descărca evenimente publice de la:";
|
||||
$a->strings["The user does not export the calendar."] = "Utilizatorul nu își exportă calendarul.";
|
||||
$a->strings["This calendar format is not supported"] = "Acest format de calendar nu este acceptat";
|
||||
$a->strings["Export Events"] = "Exportați Evenimente";
|
||||
$a->strings["If this is enabled, your public events will be available at"] = "Dacă este activat, evenimente dvs publice vor fi disponibile pe";
|
||||
$a->strings["Currently supported formats are ical and csv."] = "Formate acceptate în prezent sunt ical şi csv.";
|
||||
$a->strings["Enable calendar export"] = "Activați exportarea calendarului";
|
||||
$a->strings["Submit"] = "Trimite";
|
@ -0,0 +1,73 @@
|
||||
# ADDON communityhome
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica communityhome addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:46+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: communityhome.php:29 communityhome.php:35
|
||||
msgid "Login"
|
||||
msgstr "Autentificare"
|
||||
|
||||
#: communityhome.php:30
|
||||
msgid "OpenID"
|
||||
msgstr "OpenID"
|
||||
|
||||
#: communityhome.php:46
|
||||
msgid "Latest users"
|
||||
msgstr "Cei mai recenți utilizatori"
|
||||
|
||||
#: communityhome.php:91
|
||||
msgid "Most active users"
|
||||
msgstr "Cei mai activi utilizatori"
|
||||
|
||||
#: communityhome.php:109
|
||||
msgid "Latest photos"
|
||||
msgstr "Cele mai recente fotografii"
|
||||
|
||||
#: communityhome.php:122
|
||||
msgid "Contact Photos"
|
||||
msgstr "Fotografiile Contactului"
|
||||
|
||||
#: communityhome.php:123
|
||||
msgid "Profile Photos"
|
||||
msgstr "Fotografii de Profil"
|
||||
|
||||
#: communityhome.php:148
|
||||
msgid "Latest likes"
|
||||
msgstr "Cele mai recente aprecieri"
|
||||
|
||||
#: communityhome.php:170
|
||||
msgid "event"
|
||||
msgstr "eveniment"
|
||||
|
||||
#: communityhome.php:173 communityhome.php:182
|
||||
msgid "status"
|
||||
msgstr "status"
|
||||
|
||||
#: communityhome.php:178
|
||||
msgid "photo"
|
||||
msgstr "fotografie"
|
||||
|
||||
#: communityhome.php:187
|
||||
#, php-format
|
||||
msgid "%1$s likes %2$s's %3$s"
|
||||
msgstr "%1$s apreciază %3$s lui %2$s"
|
||||
|
||||
#: communityhome.php:196
|
||||
#, php-format
|
||||
msgid "Welcome to %s"
|
||||
msgstr "Bine ați venit la %s"
|
@ -0,0 +1,20 @@
|
||||
<?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["Login"] = "Autentificare";
|
||||
$a->strings["OpenID"] = "OpenID";
|
||||
$a->strings["Latest users"] = "Cei mai recenți utilizatori";
|
||||
$a->strings["Most active users"] = "Cei mai activi utilizatori";
|
||||
$a->strings["Latest photos"] = "Cele mai recente fotografii";
|
||||
$a->strings["Contact Photos"] = "Fotografiile Contactului";
|
||||
$a->strings["Profile Photos"] = "Fotografii de Profil";
|
||||
$a->strings["Latest likes"] = "Cele mai recente aprecieri";
|
||||
$a->strings["event"] = "eveniment";
|
||||
$a->strings["status"] = "status";
|
||||
$a->strings["photo"] = "fotografie";
|
||||
$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s apreciază %3\$s lui %2\$s";
|
||||
$a->strings["Welcome to %s"] = "Bine ați venit la %s";
|
@ -0,0 +1,39 @@
|
||||
# ADDON curweather
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica curweather addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:47+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: curweather.php:46 curweather.php:90
|
||||
msgid "Current Weather"
|
||||
msgstr "Starea Vremii"
|
||||
|
||||
#: curweather.php:67
|
||||
msgid "Current Weather settings updated."
|
||||
msgstr "Configurări actualizate pentru Starea Vremii"
|
||||
|
||||
#: curweather.php:93
|
||||
msgid "Weather Location: "
|
||||
msgstr "Locație Meteo:"
|
||||
|
||||
#: curweather.php:96
|
||||
msgid "Enable Current Weather"
|
||||
msgstr "Activare Starea Vremii"
|
||||
|
||||
#: curweather.php:104
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
@ -0,0 +1,12 @@
|
||||
<?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["Current Weather"] = "Starea Vremii";
|
||||
$a->strings["Current Weather settings updated."] = "Configurări actualizate pentru Starea Vremii";
|
||||
$a->strings["Weather Location: "] = "Locație Meteo:";
|
||||
$a->strings["Enable Current Weather"] = "Activare Starea Vremii";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
@ -0,0 +1,577 @@
|
||||
# ADDON dav
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica dav addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:47+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:206
|
||||
msgid "Private Calendar"
|
||||
msgstr "Calendar Privat"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:207
|
||||
msgid "Friendica Events: Mine"
|
||||
msgstr "Evenimente Friendica: ale Mele"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:208
|
||||
msgid "Friendica Events: Contacts"
|
||||
msgstr "Evenimente Friendica: Contacte"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:248
|
||||
msgid "Private Addresses"
|
||||
msgstr "Adresele Private"
|
||||
|
||||
#: friendica/calendar.friendica.fnk.php:249
|
||||
msgid "Friendica Contacts"
|
||||
msgstr "Contacte Friendica"
|
||||
|
||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
|
||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
|
||||
msgid "Friendica-Contacts"
|
||||
msgstr "Contacte-Friendica"
|
||||
|
||||
#: friendica/dav_carddav_backend_virtual_friendica.inc.php:60
|
||||
msgid "Your Friendica-Contacts"
|
||||
msgstr "Contactele-Dvs-Friendica"
|
||||
|
||||
#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
|
||||
msgid "Friendica-Native events"
|
||||
msgstr "Evenimente Native-Friendica"
|
||||
|
||||
#: friendica/main.php:202
|
||||
msgid ""
|
||||
"The current version of this plugin has not been set up correctly. Please "
|
||||
"contact the system administrator of your installation of friendica to fix "
|
||||
"this."
|
||||
msgstr "Versiunea curentă a acestui modul nu a fost corect configurată. Vă rugăm să contactați administratorul de sistem al aplicației dvs. friendica, pentru a corecta această situație."
|
||||
|
||||
#: friendica/main.php:239 common/wdcal_edit.inc.php:146
|
||||
msgid "Calendar"
|
||||
msgstr "Calendar"
|
||||
|
||||
#: friendica/main.php:242
|
||||
msgid "Extended calendar with CalDAV-support"
|
||||
msgstr "Calendar extins cu suport-CalDAV"
|
||||
|
||||
#: friendica/main.php:279 friendica/main.php:280
|
||||
msgid "noreply"
|
||||
msgstr "nu-răspunde"
|
||||
|
||||
#: friendica/main.php:282
|
||||
msgid "Notification: "
|
||||
msgstr "Notificare:"
|
||||
|
||||
#: friendica/main.php:309
|
||||
msgid "The database tables have been installed."
|
||||
msgstr "Tabelele bazei de date au fost instalate."
|
||||
|
||||
#: friendica/main.php:310
|
||||
msgid "An error occurred during the installation."
|
||||
msgstr "A apărut o eroare la instalare."
|
||||
|
||||
#: friendica/main.php:316
|
||||
msgid "The database tables have been updated."
|
||||
msgstr "Tabelele bazei de date au fost actualizate."
|
||||
|
||||
#: friendica/main.php:317
|
||||
msgid "An error occurred during the update."
|
||||
msgstr "A apărut o eroare în timpul actualizării."
|
||||
|
||||
#: friendica/main.php:333
|
||||
msgid "No system-wide settings yet."
|
||||
msgstr "Nu există încă configurări globale de sistem."
|
||||
|
||||
#: friendica/main.php:336
|
||||
msgid "Database status"
|
||||
msgstr "Status bază de date"
|
||||
|
||||
#: friendica/main.php:339
|
||||
msgid "Installed"
|
||||
msgstr "Instalat"
|
||||
|
||||
#: friendica/main.php:343
|
||||
msgid "Upgrade needed"
|
||||
msgstr "Necesită actualizare"
|
||||
|
||||
#: friendica/main.php:343
|
||||
msgid ""
|
||||
"Please back up all calendar data (the tables beginning with dav_*) before "
|
||||
"proceeding. While all calendar events <i>should</i> be converted to the new "
|
||||
"database structure, it's always safe to have a backup. Below, you can have a"
|
||||
" look at the database-queries that will be made when pressing the "
|
||||
"'update'-button."
|
||||
msgstr "Vă rugăm să faceți backup la toate datele din calendar (tabelele cu sufixul dav_*), înainte de a continua. În timp ce toate evenimentele din calendar <i>ar trebui</i> să fie convertite la noua structură a bazei date, e întotdeauna mai sigur să dețineți o copie de backup. Mai jos, puteți vizualiza interogările-bazei-de-date ce vor fi făcute la apăsarea butonului 'actualizare'."
|
||||
|
||||
#: friendica/main.php:343
|
||||
msgid "Upgrade"
|
||||
msgstr "Actualizare"
|
||||
|
||||
#: friendica/main.php:346
|
||||
msgid "Not installed"
|
||||
msgstr "Nu este instalat"
|
||||
|
||||
#: friendica/main.php:346
|
||||
msgid "Install"
|
||||
msgstr "Instalați"
|
||||
|
||||
#: friendica/main.php:350
|
||||
msgid "Unknown"
|
||||
msgstr "Necunoscut"
|
||||
|
||||
#: friendica/main.php:350
|
||||
msgid ""
|
||||
"Something really went wrong. I cannot recover from this state automatically,"
|
||||
" sorry. Please go to the database backend, back up the data, and delete all "
|
||||
"tables beginning with 'dav_' manually. Afterwards, this installation routine"
|
||||
" should be able to reinitialize the tables automatically."
|
||||
msgstr "Ceva chiar nu a mers bine. Nu se poate reveni automat din această stare, ne pare rău. Vă rugăm să vă deplasați către zona de administrare a bazei de date, faceți backup pentru toate datele, şi ștergeți manual toate tabelele cu sufixul 'dav_'. După aceea, această sesiune de instalare ar trebui să fie capabilă să reinițializeze tabelele automat."
|
||||
|
||||
#: friendica/main.php:355
|
||||
msgid "Troubleshooting"
|
||||
msgstr "Rezolvarea problemelor"
|
||||
|
||||
#: friendica/main.php:356
|
||||
msgid "Manual creation of the database tables:"
|
||||
msgstr "Crearea manuală a tabelelor bazei de date:"
|
||||
|
||||
#: friendica/main.php:357
|
||||
msgid "Show SQL-statements"
|
||||
msgstr "Afișare declarații-SQL"
|
||||
|
||||
#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
|
||||
msgid ""
|
||||
"Something went wrong when trying to import the file. Sorry. Maybe some "
|
||||
"events were imported anyway."
|
||||
msgstr "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău. Probabil că unele evenimente au fost importate oricum."
|
||||
|
||||
#: friendica/layout.fnk.php:131
|
||||
msgid "Something went wrong when trying to import the file. Sorry."
|
||||
msgstr "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău."
|
||||
|
||||
#: friendica/layout.fnk.php:134
|
||||
msgid "The ICS-File has been imported."
|
||||
msgstr "Fișierul-ICS a fost importat."
|
||||
|
||||
#: friendica/layout.fnk.php:138
|
||||
msgid "No file was uploaded."
|
||||
msgstr "Nici un fișier nu a fost încărcat."
|
||||
|
||||
#: friendica/layout.fnk.php:143 friendica/layout.fnk.php:422
|
||||
#: common/wdcal_edit.inc.php:140
|
||||
msgid "Go back to the calendar"
|
||||
msgstr "Înapoi la calendar"
|
||||
|
||||
#: friendica/layout.fnk.php:147
|
||||
msgid "Import a ICS-file"
|
||||
msgstr "Importați un fișier-ICS"
|
||||
|
||||
#: friendica/layout.fnk.php:150
|
||||
msgid "ICS-File"
|
||||
msgstr "Fișier-ICS"
|
||||
|
||||
#: friendica/layout.fnk.php:151
|
||||
msgid "Overwrite all #num# existing events"
|
||||
msgstr "Suprascrie toate cele #num# evenimente existente"
|
||||
|
||||
#: friendica/layout.fnk.php:152
|
||||
msgid "Upload"
|
||||
msgstr "Încărcare"
|
||||
|
||||
#: friendica/layout.fnk.php:225
|
||||
msgid "Settings"
|
||||
msgstr "Configurări"
|
||||
|
||||
#: friendica/layout.fnk.php:225
|
||||
msgid "Help"
|
||||
msgstr "Ajutor"
|
||||
|
||||
#: friendica/layout.fnk.php:228
|
||||
msgid "New event"
|
||||
msgstr "Eveniment nou"
|
||||
|
||||
#: friendica/layout.fnk.php:232
|
||||
msgid "Today"
|
||||
msgstr "Astăzi"
|
||||
|
||||
#: friendica/layout.fnk.php:241
|
||||
msgid "Day"
|
||||
msgstr "Zi"
|
||||
|
||||
#: friendica/layout.fnk.php:248
|
||||
msgid "Week"
|
||||
msgstr "Săptămâna"
|
||||
|
||||
#: friendica/layout.fnk.php:255 common/wdcal_edit.inc.php:372
|
||||
msgid "Month"
|
||||
msgstr "Luna"
|
||||
|
||||
#: friendica/layout.fnk.php:260
|
||||
msgid "Reload"
|
||||
msgstr "Reîncărcare"
|
||||
|
||||
#: friendica/layout.fnk.php:263
|
||||
msgid "Previous"
|
||||
msgstr "Precedent"
|
||||
|
||||
#: friendica/layout.fnk.php:266
|
||||
msgid "Next"
|
||||
msgstr "Următor"
|
||||
|
||||
#: friendica/layout.fnk.php:271
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
|
||||
#: friendica/layout.fnk.php:313
|
||||
msgid "Error"
|
||||
msgstr "Eroare"
|
||||
|
||||
#: friendica/layout.fnk.php:354
|
||||
msgid "Permission denied."
|
||||
msgstr "Permisiune refuzată."
|
||||
|
||||
#: friendica/layout.fnk.php:361
|
||||
msgid "The new values have been saved."
|
||||
msgstr "Noile valori au fost salvate."
|
||||
|
||||
#: friendica/layout.fnk.php:380
|
||||
msgid "The calendar has been updated."
|
||||
msgstr "Calendarul a fost actualizat."
|
||||
|
||||
#: friendica/layout.fnk.php:393
|
||||
msgid "The new calendar has been created."
|
||||
msgstr "Noul calendar a fost creat."
|
||||
|
||||
#: friendica/layout.fnk.php:417
|
||||
msgid "The calendar has been deleted."
|
||||
msgstr "Calendarul a fost șters."
|
||||
|
||||
#: friendica/layout.fnk.php:424
|
||||
msgid "Calendar Settings"
|
||||
msgstr "Configurări Calendar"
|
||||
|
||||
#: friendica/layout.fnk.php:430
|
||||
msgid "Date format"
|
||||
msgstr "Formatul datei"
|
||||
|
||||
#: friendica/layout.fnk.php:439
|
||||
msgid "Time zone"
|
||||
msgstr "Fus orar"
|
||||
|
||||
#: friendica/layout.fnk.php:441 friendica/layout.fnk.php:488
|
||||
msgid "Save"
|
||||
msgstr "Salvare"
|
||||
|
||||
#: friendica/layout.fnk.php:445
|
||||
msgid "Calendars"
|
||||
msgstr "Calendare"
|
||||
|
||||
#: friendica/layout.fnk.php:487
|
||||
msgid "Create a new calendar"
|
||||
msgstr "Creați un calendar nou"
|
||||
|
||||
#: friendica/layout.fnk.php:496
|
||||
msgid "Limitations"
|
||||
msgstr "Limitări"
|
||||
|
||||
#: friendica/layout.fnk.php:500
|
||||
msgid "Warning"
|
||||
msgstr "Atenție"
|
||||
|
||||
#: friendica/layout.fnk.php:504
|
||||
msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)"
|
||||
msgstr "Sincronizare (iPhone, Thunderbird Lightning, Android, ...)"
|
||||
|
||||
#: friendica/layout.fnk.php:511
|
||||
msgid "Synchronizing this calendar with the iPhone"
|
||||
msgstr "Sincronizați acest calendar cu iPhone"
|
||||
|
||||
#: friendica/layout.fnk.php:522
|
||||
msgid "Synchronizing your Friendica-Contacts with the iPhone"
|
||||
msgstr "Sincronizați contactele Friendica cu iPhone"
|
||||
|
||||
#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
|
||||
msgid "Could not open component for editing"
|
||||
msgstr "Nu s-a putut deschide componenta pentru editare"
|
||||
|
||||
#: common/wdcal_edit.inc.php:144
|
||||
msgid "Event data"
|
||||
msgstr "Dată eveniment"
|
||||
|
||||
#: common/wdcal_edit.inc.php:163
|
||||
msgid "Special color"
|
||||
msgstr "Culoare specială"
|
||||
|
||||
#: common/wdcal_edit.inc.php:169
|
||||
msgid "Subject"
|
||||
msgstr "Subiect"
|
||||
|
||||
#: common/wdcal_edit.inc.php:173
|
||||
msgid "Starts"
|
||||
msgstr "Începe"
|
||||
|
||||
#: common/wdcal_edit.inc.php:178
|
||||
msgid "Ends"
|
||||
msgstr "Finalizare"
|
||||
|
||||
#: common/wdcal_edit.inc.php:183
|
||||
msgid "Location"
|
||||
msgstr "Locație"
|
||||
|
||||
#: common/wdcal_edit.inc.php:185
|
||||
msgid "Description"
|
||||
msgstr "Descriere"
|
||||
|
||||
#: common/wdcal_edit.inc.php:188
|
||||
msgid "Recurrence"
|
||||
msgstr "Repetare"
|
||||
|
||||
#: common/wdcal_edit.inc.php:190
|
||||
msgid "Frequency"
|
||||
msgstr "Frecvență"
|
||||
|
||||
#: common/wdcal_edit.inc.php:191
|
||||
msgid "None"
|
||||
msgstr "Nimic"
|
||||
|
||||
#: common/wdcal_edit.inc.php:194
|
||||
msgid "Daily"
|
||||
msgstr "Zilnic"
|
||||
|
||||
#: common/wdcal_edit.inc.php:197
|
||||
msgid "Weekly"
|
||||
msgstr "Săptămânal"
|
||||
|
||||
#: common/wdcal_edit.inc.php:200
|
||||
msgid "Monthly"
|
||||
msgstr "Lunar"
|
||||
|
||||
#: common/wdcal_edit.inc.php:203
|
||||
msgid "Yearly"
|
||||
msgstr "Anual"
|
||||
|
||||
#: common/wdcal_edit.inc.php:214
|
||||
msgid "days"
|
||||
msgstr "zile"
|
||||
|
||||
#: common/wdcal_edit.inc.php:215
|
||||
msgid "weeks"
|
||||
msgstr "săptămâni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:216
|
||||
msgid "months"
|
||||
msgstr "luni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:217
|
||||
msgid "years"
|
||||
msgstr "ani"
|
||||
|
||||
#: common/wdcal_edit.inc.php:218
|
||||
msgid "Interval"
|
||||
msgstr "Interval"
|
||||
|
||||
#: common/wdcal_edit.inc.php:218
|
||||
msgid "All %select% %time%"
|
||||
msgstr "Toate %select% %time%"
|
||||
|
||||
#: common/wdcal_edit.inc.php:222 common/wdcal_edit.inc.php:260
|
||||
#: common/wdcal_edit.inc.php:481
|
||||
msgid "Days"
|
||||
msgstr "Zile"
|
||||
|
||||
#: common/wdcal_edit.inc.php:231 common/wdcal_edit.inc.php:254
|
||||
#: common/wdcal_edit.inc.php:270 common/wdcal_edit.inc.php:293
|
||||
#: common/wdcal_edit.inc.php:305
|
||||
msgid "Sunday"
|
||||
msgstr "Duminică"
|
||||
|
||||
#: common/wdcal_edit.inc.php:235 common/wdcal_edit.inc.php:274
|
||||
#: common/wdcal_edit.inc.php:308
|
||||
msgid "Monday"
|
||||
msgstr "Luni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:238 common/wdcal_edit.inc.php:277
|
||||
msgid "Tuesday"
|
||||
msgstr "Marţi"
|
||||
|
||||
#: common/wdcal_edit.inc.php:241 common/wdcal_edit.inc.php:280
|
||||
msgid "Wednesday"
|
||||
msgstr "Miercuri"
|
||||
|
||||
#: common/wdcal_edit.inc.php:244 common/wdcal_edit.inc.php:283
|
||||
msgid "Thursday"
|
||||
msgstr "Joi"
|
||||
|
||||
#: common/wdcal_edit.inc.php:247 common/wdcal_edit.inc.php:286
|
||||
msgid "Friday"
|
||||
msgstr "Vineri"
|
||||
|
||||
#: common/wdcal_edit.inc.php:250 common/wdcal_edit.inc.php:289
|
||||
msgid "Saturday"
|
||||
msgstr "Sâmbătă"
|
||||
|
||||
#: common/wdcal_edit.inc.php:297
|
||||
msgid "First day of week:"
|
||||
msgstr "Prima zi a săptămânii:"
|
||||
|
||||
#: common/wdcal_edit.inc.php:350 common/wdcal_edit.inc.php:373
|
||||
msgid "Day of month"
|
||||
msgstr "Ziua din lună"
|
||||
|
||||
#: common/wdcal_edit.inc.php:354
|
||||
msgid "#num#th of each month"
|
||||
msgstr "A #num# -a a fiecărei luni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:357
|
||||
msgid "#num#th-last of each month"
|
||||
msgstr "Ultima a #num#-a a fiecărei luni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:360
|
||||
msgid "#num#th #wkday# of each month"
|
||||
msgstr "A #num#-a #wkday# din fiecare lună"
|
||||
|
||||
#: common/wdcal_edit.inc.php:363
|
||||
msgid "#num#th-last #wkday# of each month"
|
||||
msgstr "Ultima a #num#-a #wkday# din fiecare lună"
|
||||
|
||||
#: common/wdcal_edit.inc.php:377
|
||||
msgid "#num#th of the given month"
|
||||
msgstr "A #num#-a a lunii respective"
|
||||
|
||||
#: common/wdcal_edit.inc.php:380
|
||||
msgid "#num#th-last of the given month"
|
||||
msgstr "Ultima a #num#-a a lunii respective"
|
||||
|
||||
#: common/wdcal_edit.inc.php:383
|
||||
msgid "#num#th #wkday# of the given month"
|
||||
msgstr "A #num#-a #wkday# din luna respectivă"
|
||||
|
||||
#: common/wdcal_edit.inc.php:386
|
||||
msgid "#num#th-last #wkday# of the given month"
|
||||
msgstr "Ultima a #num#-a #wkday# din luna respectivă"
|
||||
|
||||
#: common/wdcal_edit.inc.php:413
|
||||
msgid "Repeat until"
|
||||
msgstr "Repetare până în"
|
||||
|
||||
#: common/wdcal_edit.inc.php:417
|
||||
msgid "Infinite"
|
||||
msgstr "Infinit"
|
||||
|
||||
#: common/wdcal_edit.inc.php:420
|
||||
msgid "Until the following date"
|
||||
msgstr "Până la următoarea dată"
|
||||
|
||||
#: common/wdcal_edit.inc.php:423
|
||||
msgid "Number of times"
|
||||
msgstr "Număr de repetări"
|
||||
|
||||
#: common/wdcal_edit.inc.php:429
|
||||
msgid "Exceptions"
|
||||
msgstr "Excepții"
|
||||
|
||||
#: common/wdcal_edit.inc.php:432
|
||||
msgid "none"
|
||||
msgstr "nespecificat"
|
||||
|
||||
#: common/wdcal_edit.inc.php:449
|
||||
msgid "Notification"
|
||||
msgstr "Notificare"
|
||||
|
||||
#: common/wdcal_edit.inc.php:466
|
||||
msgid "Notify by"
|
||||
msgstr "Notificare prin"
|
||||
|
||||
#: common/wdcal_edit.inc.php:468
|
||||
msgid "Remove"
|
||||
msgstr "Eliminare"
|
||||
|
||||
#: common/wdcal_edit.inc.php:469
|
||||
msgid "E-Mail"
|
||||
msgstr "E-Mail"
|
||||
|
||||
#: common/wdcal_edit.inc.php:470
|
||||
msgid "On Friendica / Display"
|
||||
msgstr "Pe Friendica / Afișare"
|
||||
|
||||
#: common/wdcal_edit.inc.php:474
|
||||
msgid "Time"
|
||||
msgstr "Data"
|
||||
|
||||
#: common/wdcal_edit.inc.php:478
|
||||
msgid "Hours"
|
||||
msgstr "Ore"
|
||||
|
||||
#: common/wdcal_edit.inc.php:479
|
||||
msgid "Minutes"
|
||||
msgstr "Minute"
|
||||
|
||||
#: common/wdcal_edit.inc.php:480
|
||||
msgid "Seconds"
|
||||
msgstr "Secunde"
|
||||
|
||||
#: common/wdcal_edit.inc.php:482
|
||||
msgid "Weeks"
|
||||
msgstr "Săptămâni"
|
||||
|
||||
#: common/wdcal_edit.inc.php:485
|
||||
msgid "before the"
|
||||
msgstr "înainte de"
|
||||
|
||||
#: common/wdcal_edit.inc.php:486
|
||||
msgid "start of the event"
|
||||
msgstr "începerea evenimentului"
|
||||
|
||||
#: common/wdcal_edit.inc.php:487
|
||||
msgid "end of the event"
|
||||
msgstr "finalizarea evenimentului"
|
||||
|
||||
#: common/wdcal_edit.inc.php:492
|
||||
msgid "Add a notification"
|
||||
msgstr "Adăugați o notificare"
|
||||
|
||||
#: common/wdcal_edit.inc.php:687
|
||||
msgid "The event #name# will start at #date"
|
||||
msgstr "Evenimentul #nume# va începe la #data"
|
||||
|
||||
#: common/wdcal_edit.inc.php:696
|
||||
msgid "#name# is about to begin."
|
||||
msgstr "#Nume# este pe cale să înceapă."
|
||||
|
||||
#: common/wdcal_edit.inc.php:769
|
||||
msgid "Saved"
|
||||
msgstr "Salvat"
|
||||
|
||||
#: common/dav_carddav_backend_private.inc.php:46
|
||||
msgid "Private Addressbooks"
|
||||
msgstr "Agende Private"
|
||||
|
||||
#: common/dav_caldav_backend_private.inc.php:39
|
||||
msgid "Private Events"
|
||||
msgstr "Evenimente Private"
|
||||
|
||||
#: common/wdcal_backend.inc.php:92 common/wdcal_backend.inc.php:166
|
||||
#: common/wdcal_backend.inc.php:178 common/wdcal_backend.inc.php:206
|
||||
#: common/wdcal_backend.inc.php:214 common/wdcal_backend.inc.php:229
|
||||
msgid "No access"
|
||||
msgstr "Nu aveți acces"
|
||||
|
||||
#: common/wdcal_configuration.php:148
|
||||
msgid "U.S. Time Format (mm/dd/YYYY)"
|
||||
msgstr "Format Dată S.U.A. (mm/dd/YYYY)"
|
||||
|
||||
#: common/wdcal_configuration.php:243
|
||||
msgid "German Time Format (dd.mm.YYYY)"
|
||||
msgstr "Format Dată Germania (dd.mm.YYYY)"
|
@ -0,0 +1,141 @@
|
||||
<?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["Private Calendar"] = "Calendar Privat";
|
||||
$a->strings["Friendica Events: Mine"] = "Evenimente Friendica: ale Mele";
|
||||
$a->strings["Friendica Events: Contacts"] = "Evenimente Friendica: Contacte";
|
||||
$a->strings["Private Addresses"] = "Adresele Private";
|
||||
$a->strings["Friendica Contacts"] = "Contacte Friendica";
|
||||
$a->strings["Friendica-Contacts"] = "Contacte-Friendica";
|
||||
$a->strings["Your Friendica-Contacts"] = "Contactele-Dvs-Friendica";
|
||||
$a->strings["Friendica-Native events"] = "Evenimente Native-Friendica";
|
||||
$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Versiunea curentă a acestui modul nu a fost corect configurată. Vă rugăm să contactați administratorul de sistem al aplicației dvs. friendica, pentru a corecta această situație.";
|
||||
$a->strings["Calendar"] = "Calendar";
|
||||
$a->strings["Extended calendar with CalDAV-support"] = "Calendar extins cu suport-CalDAV";
|
||||
$a->strings["noreply"] = "nu-răspunde";
|
||||
$a->strings["Notification: "] = "Notificare:";
|
||||
$a->strings["The database tables have been installed."] = "Tabelele bazei de date au fost instalate.";
|
||||
$a->strings["An error occurred during the installation."] = "A apărut o eroare la instalare.";
|
||||
$a->strings["The database tables have been updated."] = "Tabelele bazei de date au fost actualizate.";
|
||||
$a->strings["An error occurred during the update."] = "A apărut o eroare în timpul actualizării.";
|
||||
$a->strings["No system-wide settings yet."] = "Nu există încă configurări globale de sistem.";
|
||||
$a->strings["Database status"] = "Status bază de date";
|
||||
$a->strings["Installed"] = "Instalat";
|
||||
$a->strings["Upgrade needed"] = "Necesită actualizare";
|
||||
$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events <i>should</i> be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Vă rugăm să faceți backup la toate datele din calendar (tabelele cu sufixul dav_*), înainte de a continua. În timp ce toate evenimentele din calendar <i>ar trebui</i> să fie convertite la noua structură a bazei date, e întotdeauna mai sigur să dețineți o copie de backup. Mai jos, puteți vizualiza interogările-bazei-de-date ce vor fi făcute la apăsarea butonului 'actualizare'.";
|
||||
$a->strings["Upgrade"] = "Actualizare";
|
||||
$a->strings["Not installed"] = "Nu este instalat";
|
||||
$a->strings["Install"] = "Instalați";
|
||||
$a->strings["Unknown"] = "Necunoscut";
|
||||
$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Ceva chiar nu a mers bine. Nu se poate reveni automat din această stare, ne pare rău. Vă rugăm să vă deplasați către zona de administrare a bazei de date, faceți backup pentru toate datele, şi ștergeți manual toate tabelele cu sufixul 'dav_'. După aceea, această sesiune de instalare ar trebui să fie capabilă să reinițializeze tabelele automat.";
|
||||
$a->strings["Troubleshooting"] = "Rezolvarea problemelor";
|
||||
$a->strings["Manual creation of the database tables:"] = "Crearea manuală a tabelelor bazei de date:";
|
||||
$a->strings["Show SQL-statements"] = "Afișare declarații-SQL";
|
||||
$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău. Probabil că unele evenimente au fost importate oricum.";
|
||||
$a->strings["Something went wrong when trying to import the file. Sorry."] = "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău.";
|
||||
$a->strings["The ICS-File has been imported."] = "Fișierul-ICS a fost importat.";
|
||||
$a->strings["No file was uploaded."] = "Nici un fișier nu a fost încărcat.";
|
||||
$a->strings["Go back to the calendar"] = "Înapoi la calendar";
|
||||
$a->strings["Import a ICS-file"] = "Importați un fișier-ICS";
|
||||
$a->strings["ICS-File"] = "Fișier-ICS";
|
||||
$a->strings["Overwrite all #num# existing events"] = "Suprascrie toate cele #num# evenimente existente";
|
||||
$a->strings["Upload"] = "Încărcare";
|
||||
$a->strings["Settings"] = "Configurări";
|
||||
$a->strings["Help"] = "Ajutor";
|
||||
$a->strings["New event"] = "Eveniment nou";
|
||||
$a->strings["Today"] = "Astăzi";
|
||||
$a->strings["Day"] = "Zi";
|
||||
$a->strings["Week"] = "Săptămâna";
|
||||
$a->strings["Month"] = "Luna";
|
||||
$a->strings["Reload"] = "Reîncărcare";
|
||||
$a->strings["Previous"] = "Precedent";
|
||||
$a->strings["Next"] = "Următor";
|
||||
$a->strings["Date"] = "Data";
|
||||
$a->strings["Error"] = "Eroare";
|
||||
$a->strings["Permission denied."] = "Permisiune refuzată.";
|
||||
$a->strings["The new values have been saved."] = "Noile valori au fost salvate.";
|
||||
$a->strings["The calendar has been updated."] = "Calendarul a fost actualizat.";
|
||||
$a->strings["The new calendar has been created."] = "Noul calendar a fost creat.";
|
||||
$a->strings["The calendar has been deleted."] = "Calendarul a fost șters.";
|
||||
$a->strings["Calendar Settings"] = "Configurări Calendar";
|
||||
$a->strings["Date format"] = "Formatul datei";
|
||||
$a->strings["Time zone"] = "Fus orar";
|
||||
$a->strings["Save"] = "Salvare";
|
||||
$a->strings["Calendars"] = "Calendare";
|
||||
$a->strings["Create a new calendar"] = "Creați un calendar nou";
|
||||
$a->strings["Limitations"] = "Limitări";
|
||||
$a->strings["Warning"] = "Atenție";
|
||||
$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronizare (iPhone, Thunderbird Lightning, Android, ...)";
|
||||
$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizați acest calendar cu iPhone";
|
||||
$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizați contactele Friendica cu iPhone";
|
||||
$a->strings["Could not open component for editing"] = "Nu s-a putut deschide componenta pentru editare";
|
||||
$a->strings["Event data"] = "Dată eveniment";
|
||||
$a->strings["Special color"] = "Culoare specială";
|
||||
$a->strings["Subject"] = "Subiect";
|
||||
$a->strings["Starts"] = "Începe";
|
||||
$a->strings["Ends"] = "Finalizare";
|
||||
$a->strings["Location"] = "Locație";
|
||||
$a->strings["Description"] = "Descriere";
|
||||
$a->strings["Recurrence"] = "Repetare";
|
||||
$a->strings["Frequency"] = "Frecvență";
|
||||
$a->strings["None"] = "Nimic";
|
||||
$a->strings["Daily"] = "Zilnic";
|
||||
$a->strings["Weekly"] = "Săptămânal";
|
||||
$a->strings["Monthly"] = "Lunar";
|
||||
$a->strings["Yearly"] = "Anual";
|
||||
$a->strings["days"] = "zile";
|
||||
$a->strings["weeks"] = "săptămâni";
|
||||
$a->strings["months"] = "luni";
|
||||
$a->strings["years"] = "ani";
|
||||
$a->strings["Interval"] = "Interval";
|
||||
$a->strings["All %select% %time%"] = "Toate %select% %time%";
|
||||
$a->strings["Days"] = "Zile";
|
||||
$a->strings["Sunday"] = "Duminică";
|
||||
$a->strings["Monday"] = "Luni";
|
||||
$a->strings["Tuesday"] = "Marţi";
|
||||
$a->strings["Wednesday"] = "Miercuri";
|
||||
$a->strings["Thursday"] = "Joi";
|
||||
$a->strings["Friday"] = "Vineri";
|
||||
$a->strings["Saturday"] = "Sâmbătă";
|
||||
$a->strings["First day of week:"] = "Prima zi a săptămânii:";
|
||||
$a->strings["Day of month"] = "Ziua din lună";
|
||||
$a->strings["#num#th of each month"] = "A #num# -a a fiecărei luni";
|
||||
$a->strings["#num#th-last of each month"] = "Ultima a #num#-a a fiecărei luni";
|
||||
$a->strings["#num#th #wkday# of each month"] = "A #num#-a #wkday# din fiecare lună";
|
||||
$a->strings["#num#th-last #wkday# of each month"] = "Ultima a #num#-a #wkday# din fiecare lună";
|
||||
$a->strings["#num#th of the given month"] = "A #num#-a a lunii respective";
|
||||
$a->strings["#num#th-last of the given month"] = "Ultima a #num#-a a lunii respective";
|
||||
$a->strings["#num#th #wkday# of the given month"] = "A #num#-a #wkday# din luna respectivă";
|
||||
$a->strings["#num#th-last #wkday# of the given month"] = "Ultima a #num#-a #wkday# din luna respectivă";
|
||||
$a->strings["Repeat until"] = "Repetare până în";
|
||||
$a->strings["Infinite"] = "Infinit";
|
||||
$a->strings["Until the following date"] = "Până la următoarea dată";
|
||||
$a->strings["Number of times"] = "Număr de repetări";
|
||||
$a->strings["Exceptions"] = "Excepții";
|
||||
$a->strings["none"] = "nespecificat";
|
||||
$a->strings["Notification"] = "Notificare";
|
||||
$a->strings["Notify by"] = "Notificare prin";
|
||||
$a->strings["Remove"] = "Eliminare";
|
||||
$a->strings["E-Mail"] = "E-Mail";
|
||||
$a->strings["On Friendica / Display"] = "Pe Friendica / Afișare";
|
||||
$a->strings["Time"] = "Data";
|
||||
$a->strings["Hours"] = "Ore";
|
||||
$a->strings["Minutes"] = "Minute";
|
||||
$a->strings["Seconds"] = "Secunde";
|
||||
$a->strings["Weeks"] = "Săptămâni";
|
||||
$a->strings["before the"] = "înainte de";
|
||||
$a->strings["start of the event"] = "începerea evenimentului";
|
||||
$a->strings["end of the event"] = "finalizarea evenimentului";
|
||||
$a->strings["Add a notification"] = "Adăugați o notificare";
|
||||
$a->strings["The event #name# will start at #date"] = "Evenimentul #nume# va începe la #data";
|
||||
$a->strings["#name# is about to begin."] = "#Nume# este pe cale să înceapă.";
|
||||
$a->strings["Saved"] = "Salvat";
|
||||
$a->strings["Private Addressbooks"] = "Agende Private";
|
||||
$a->strings["Private Events"] = "Evenimente Private";
|
||||
$a->strings["No access"] = "Nu aveți acces";
|
||||
$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Format Dată S.U.A. (mm/dd/YYYY)";
|
||||
$a->strings["German Time Format (dd.mm.YYYY)"] = "Format Dată Germania (dd.mm.YYYY)";
|
@ -0,0 +1,61 @@
|
||||
# ADDON diaspora
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica diaspora addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:48+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: diaspora.php:37
|
||||
msgid "Post to Diaspora"
|
||||
msgstr "Postați pe Diaspora"
|
||||
|
||||
#: diaspora.php:142
|
||||
msgid ""
|
||||
"Can't login to your Diaspora account. Please check username and password and"
|
||||
" ensure you used the complete address (including http...)"
|
||||
msgstr "Nu se poate face autentificarea pe contul dvs. Diaspora. Verificați numele de utilizator şi parola şi asigurați-vă că ați folosit adresa completă (inclusiv http ... )"
|
||||
|
||||
#: diaspora.php:149 diaspora.php:153
|
||||
msgid "Diaspora Export"
|
||||
msgstr "Exportare pe Diaspora "
|
||||
|
||||
#: diaspora.php:163
|
||||
msgid "Enable Diaspora Post Plugin"
|
||||
msgstr "Activare Modul Postare pe Diaspora"
|
||||
|
||||
#: diaspora.php:168
|
||||
msgid "Diaspora username"
|
||||
msgstr "Utilizator Diaspora"
|
||||
|
||||
#: diaspora.php:173
|
||||
msgid "Diaspora password"
|
||||
msgstr "Parola Diaspora"
|
||||
|
||||
#: diaspora.php:178
|
||||
msgid "Diaspora site URL"
|
||||
msgstr "URL site Diaspora"
|
||||
|
||||
#: diaspora.php:183
|
||||
msgid "Post to Diaspora by default"
|
||||
msgstr "Postați implicit pe Diaspora"
|
||||
|
||||
#: diaspora.php:189
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
||||
|
||||
#: diaspora.php:324
|
||||
msgid "Diaspora post failed. Queued for retry."
|
||||
msgstr "Postarea pe Diaspora a eșuat. S-a pus în așteptare pentru reîncercare."
|
@ -0,0 +1,17 @@
|
||||
<?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 Diaspora"] = "Postați pe Diaspora";
|
||||
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nu se poate face autentificarea pe contul dvs. Diaspora. Verificați numele de utilizator şi parola şi asigurați-vă că ați folosit adresa completă (inclusiv http ... )";
|
||||
$a->strings["Diaspora Export"] = "Exportare pe Diaspora ";
|
||||
$a->strings["Enable Diaspora Post Plugin"] = "Activare Modul Postare pe Diaspora";
|
||||
$a->strings["Diaspora username"] = "Utilizator Diaspora";
|
||||
$a->strings["Diaspora password"] = "Parola Diaspora";
|
||||
$a->strings["Diaspora site URL"] = "URL site Diaspora";
|
||||
$a->strings["Post to Diaspora by default"] = "Postați implicit pe Diaspora";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
||||
$a->strings["Diaspora post failed. Queued for retry."] = "Postarea pe Diaspora a eșuat. S-a pus în așteptare pentru reîncercare.";
|
@ -0,0 +1,47 @@
|
||||
# ADDON dwpost
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica dwpost addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 11:48+0000\n"
|
||||
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
|
||||
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: ro_RO\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: dwpost.php:39
|
||||
msgid "Post to Dreamwidth"
|
||||
msgstr "Postați pe Dreamwidth"
|
||||
|
||||
#: dwpost.php:70 dwpost.php:74
|
||||
msgid "Dreamwidth Export"
|
||||
msgstr "Exportare pe Dreamwidth "
|
||||
|
||||
#: dwpost.php:78
|
||||
msgid "Enable dreamwidth Post Plugin"
|
||||
msgstr "Activare Modul Postare pe Dreamwidth"
|
||||
|
||||
#: dwpost.php:83
|
||||
msgid "dreamwidth username"
|
||||
msgstr "Utilizator Dreamwidth"
|
||||
|
||||
#: dwpost.php:88
|
||||
msgid "dreamwidth password"
|
||||
msgstr "Parola Dreamwidth "
|
||||
|
||||
#: dwpost.php:93
|
||||
msgid "Post to dreamwidth by default"
|
||||
msgstr "Postați implicit pe Dreamwidth"
|
||||
|
||||
#: dwpost.php:99
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
@ -0,0 +1,14 @@
|
||||
<?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 Dreamwidth"] = "Postați pe Dreamwidth";
|
||||
$a->strings["Dreamwidth Export"] = "Exportare pe Dreamwidth ";
|
||||
$a->strings["Enable dreamwidth Post Plugin"] = "Activare Modul Postare pe Dreamwidth";
|
||||
$a->strings["dreamwidth username"] = "Utilizator Dreamwidth";
|
||||
$a->strings["dreamwidth password"] = "Parola Dreamwidth ";
|
||||
$a->strings["Post to dreamwidth by default"] = "Postați implicit pe Dreamwidth";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|