Blame view
sources/apps/firstrunwizard/l10n/ro.php
964 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 9 |
<?php $TRANSLATIONS = array( "Your personal web services. All your files, contacts, calendar and more, in one place." => "Serviciile tale web personale. Toate fișierele, contactele, calendarele și multe altele într-un singur loc.", "Get the apps to sync your files" => "Obține aplicația pentru sincronizarea fișierelor", "Connect your Calendar" => "Conectează-ți calendarul", "Connect your Contacts" => "Conectează-ți contactele", "Access files via WebDAV" => "Accesează fișierele prin WebDAV", "Documentation" => "Documentație", "There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Găsești mai multe informații în <a target=\"_blank\" href=\"%s\">documentație</a> și pe <a target=\"_blank\" href=\"http://owncloud.org\">saitul nostru</a>." |
|
d1bafeea1
|
10 |
); |
|
6d9380f96
|
11 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |