Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Romanian locale update for Serbian, Persian, Dutch and latest string changes for sprint 34 #5980

Merged
merged 2 commits into from
Nov 14, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions src/nls/ro/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@ define({

// CodeInspection: errors/warnings
"ERRORS_PANEL_TITLE" : "{0} erori",
"SINGLE_ERROR" : "1 {0} eroare",
"MULTIPLE_ERRORS" : "{1} {0} erori",
"NO_ERRORS" : "Nicio {0} eroare - bine lucrat!",
"ERRORS_PANEL_TITLE_SINGLE" : "{0} probleme",
"ERRORS_PANEL_TITLE_MULTI" : "Probleme de verificare",
"SINGLE_ERROR" : "1 eroare {0}",
"MULTIPLE_ERRORS" : "{1} erori {0}",
"NO_ERRORS" : "Nicio eroare {0} - bine lucrat!",
"LINT_DISABLED" : "Verificarea codului e dezactivată",
"NO_LINT_AVAILABLE" : "Verificarea codului e indisponibilă pentru {0}",
"NOTHING_TO_LINT" : "Nimic de verificat",
Expand Down Expand Up @@ -450,18 +452,20 @@ define({
"LOCALE_DE" : "Germană",
"LOCALE_EN" : "Engleză",
"LOCALE_ES" : "Spaniolă",
"LOCALE_FA_IR" : "Persană (Farsi)",
"LOCALE_FI" : "Finlandeză",
"LOCALE_FR" : "Franceză",
"LOCALE_IT" : "Italiană",
"LOCALE_JA" : "Japoneză",
"LOCALE_NB" : "Norvegiană",
"LOCALE_NL" : "Olandeză",
"LOCALE_PL" : "Poloneză",
"LOCALE_PT_BR" : "Portugheza braziliană",
"LOCALE_PT_PT" : "Portugheză",
"LOCALE_RO" : "Română",
"LOCALE_RU" : "Rusă",
"LOCALE_SK" : "Slovacă",
"LOCALE_SR" : "Serbiană",
"LOCALE_SR" : "Sârbă",
"LOCALE_SV" : "Suedeză",
"LOCALE_TR" : "Turcă",
"LOCALE_ZH_CN" : "Chineza simplificată",
Expand Down