27 lines
907 B
PHP
Raw Normal View History

2014-10-27 16:29:45 -04:00
<?php
$TRANSLATIONS = array(
2014-07-12 00:43:24 -04:00
"Saved" => "Salvat",
"Saving..." => "Se salvează...",
2013-09-22 09:53:01 -04:00
"Share" => "a imparti",
2014-03-15 01:11:32 -04:00
"Save" => "Salvează",
2013-12-07 20:22:36 -05:00
"'.' is an invalid file name." => "'.' este un nume invalid de fișier.",
"File name cannot be empty." => "Numele fișierului nu poate rămâne gol.",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "Nume invalide, '\\', '/', '<', '>', ':', '\"', '|', '?' si '*' nu sunt permise.",
2013-11-20 16:10:05 -05:00
"Cancel" => "Anulare",
2014-07-15 00:43:40 -04:00
"Close" => "Închide",
2013-11-20 16:10:05 -05:00
"Create" => "Crează",
"Delete" => "Șterge",
2014-05-03 00:44:21 -04:00
"Family" => "Familie",
2013-11-20 16:10:05 -05:00
"Loading" => "încărcare",
2013-11-15 20:05:27 -05:00
"OK" => "OK",
2013-11-20 16:10:05 -05:00
"Open" => "Deschide",
"Options" => "Opțiuni",
"Size" => "Dimensiune",
"Text" => "Text",
2013-12-04 18:14:05 -05:00
"Edit" => "Editează",
2014-06-04 00:43:15 -04:00
"Upload (max. %s)" => "Încarcă (max. %s)",
2013-11-13 17:05:11 -05:00
"Upload" => "Încărcare",
2013-11-15 20:05:27 -05:00
"Password" => "Parolă"
2013-08-28 17:35:04 -04:00
);
2014-10-27 16:29:45 -04:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";