summaryrefslogtreecommitdiffstats
path: root/codebase/sources/locale/locale_ro.js
diff options
context:
space:
mode:
Diffstat (limited to 'codebase/sources/locale/locale_ro.js')
-rw-r--r--codebase/sources/locale/locale_ro.js68
1 files changed, 68 insertions, 0 deletions
diff --git a/codebase/sources/locale/locale_ro.js b/codebase/sources/locale/locale_ro.js
new file mode 100644
index 0000000..a23af54
--- /dev/null
+++ b/codebase/sources/locale/locale_ro.js
@@ -0,0 +1,68 @@
+/*
+@license
+dhtmlxScheduler v.4.3.1
+
+This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
+
+(c) Dinamenta, UAB.
+*/
+/*
+ Traducere de Ovidiu Lixandru: http://www.madball.ro
+ */
+
+scheduler.locale = {
+ date:{
+ month_full:["Ianuarie", "Februarie", "Martie", "Aprilie", "Mai", "Iunie", "Iulie", "August", "Septembrie", "Octombrie", "November", "December"],
+ month_short:["Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"],
+ day_full:["Duminica", "Luni", "Marti", "Miercuri", "Joi", "Vineri", "Sambata"],
+ day_short:["Du", "Lu", "Ma", "Mi", "Jo", "Vi", "Sa"]
+ },
+ labels:{
+ dhx_cal_today_button:"Astazi",
+ day_tab:"Zi",
+ week_tab:"Saptamana",
+ month_tab:"Luna",
+ new_event:"Eveniment nou",
+ icon_save:"Salveaza",
+ icon_cancel:"Anuleaza",
+ icon_details:"Detalii",
+ icon_edit:"Editeaza",
+ icon_delete:"Sterge",
+ confirm_closing:"Schimbarile nu vor fi salvate, esti sigur?",//Your changes will be lost, are your sure ?
+ confirm_deleting:"Evenimentul va fi sters permanent, esti sigur?",
+ section_description:"Descriere",
+ section_time:"Interval",
+ full_day:"Toata ziua",
+
+ /*recurring events*/
+ confirm_recurring:"Vrei sa editezi toata seria de evenimente repetate?",
+ section_recurring:"Repetare",
+ button_recurring:"Dezactivata",
+ button_recurring_open:"Activata",
+ button_edit_series: "Editeaza serie",
+ button_edit_occurrence: "Editeaza doar intrare",
+
+ /*agenda view extension*/
+ agenda_tab:"Agenda",
+ date:"Data",
+ description:"Descriere",
+
+ /*year view extension*/
+ year_tab:"An",
+
+ /* week agenda extension */
+ week_agenda_tab: "Agenda",
+
+ /*grid view extension*/
+ grid_tab: "Lista",
+
+ /* touch tooltip*/
+ drag_to_create:"Drag to create",
+ drag_to_move:"Drag to move",
+
+ /* dhtmlx message default buttons */
+ message_ok:"OK",
+ message_cancel:"Cancel"
+ }
+};
+