ro_RO.rb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:25k
源码类别:

Ajax

开发平台:

Others

  1. Localization.define('ro_RO') do |l|
  2.   l.store "your blog", "blog-ul tău"
  3.   l.store "Typo admin", "Administrare Typo"
  4.   l.store "Publish", "Publică"
  5.   l.store "Manage", "Articole"
  6.   l.store "Discuss", "Discuții"
  7.   l.store "Design", "Design"
  8.   l.store "%d Users", ["Utilizator", "%d Utilizatori"]
  9.   l.store "Settings", "Configurare"
  10.   l.store "Things you can do", "Acțiuni"
  11.   l.store "with %s Famfamfam iconset %s", "cu %s pictograme Famfamfam %s"
  12.   
  13.   #admin/login.rhtml
  14.   l.store "Username", "Utilizator"
  15.   l.store "Password", "Parola"
  16.   l.store "Login", "Login"
  17.   l.store "Back to the blog", "Înapoi la blog"
  18.   # admin/logout.rhtml
  19.   l.store "You are now logged out of the system", "Ați ieșit din aplicație"
  20.   l.store "Do you want to go to your blog?", "Doriți să vizitați pagina principală a blogului?"
  21.   l.store "Logoff", "Ieșire"
  22.   
  23.   # admin/signup.rhtml
  24.   l.store "Signup", "Înregistrare"
  25.   l.store "Desired login", "Nume de utilizator"
  26.   l.store "Display name", "Numele real"
  27.   l.store "Email", "Email"
  28.   l.store "Choose password", "Parola"
  29.   l.store "Confirm password", "Confirmați parola"
  30.   
  31.   #admin/base/recent_comments.rhtml
  32.   l.store "Recent comments", "Comentarii recente"
  33.   #admin/base/recent_trackbacks.rhtml
  34.   l.store "Recent trackbacks", "Retrolegături recente"
  35.   
  36.   #admin/blacklist/_blacklis_patterns.rhtml
  37.   l.store "Pattern", "Model"
  38.   l.store "Type", "Tip"
  39.   l.store "Edit", "Editare"
  40.   l.store "Delete", "Ștergere"
  41.   
  42.   #admin/blacklist/_form.rhtml
  43.   l.store "String", "Șir de caractere"
  44.   l.store "Regex", "Expresie regulată"
  45.   
  46.   #admin/blacklist/_quick_post.rhtml
  47.   l.store "Add pattern", "Adăugare model"
  48.   l.store "Cancel", "Anulare"
  49.   l.store "or", "sau"
  50.   
  51.   #admin/blacklist/destroy.rhtml
  52.   l.store "Blacklist Patterns", "Lista neagră"
  53.   l.store "Show this pattern", "Afișează acest model"
  54.   l.store "Are you sure you want to delete this item?", "Ești sigur că dorești să ștergi acest element?"
  55.   
  56.   #admin/blacklist/edit.rhtml
  57.   l.store "Editing pattern", "Editarea modelului"
  58.   
  59.   #admin/blacklist/list.rhtml
  60.   l.store "Create new Blacklist", "Crearea unei noi liste negre"
  61.   
  62.   #admin/cache/list.rhtml
  63.   l.store "Cache", "Cache"
  64.   
  65.   #admin/categories/_categories.rhtml
  66.   l.store "Category title", "Numele categoriei"
  67.   l.store "%d Articles", ["Articol", "%d Articole"]
  68.   
  69.   #admin/categories/_form.rhtml
  70.   l.store "Name", "Nume"
  71.   
  72.   #admin/categories/_quick_post.rhtml
  73.   l.store "Title", "Titlu"
  74.   l.store "Add category", "Adaugă o categorie"
  75.   
  76.   #admin/categorie/destroy.rhtml
  77.   l.store "%d Categories", ["Categorie", "%d Categorii"]
  78.   l.store "Show this category", "Afișează această categorie"
  79.   l.store "Delete this category", "Șterge această categorie"
  80.   l.store "Are you sure you want to delete the category ", "Ești sigur că dorești să ștergi această categorie"
  81.   
  82.   #admin/category/edit.rhtml
  83.   l.store "Editing category", "Editarea categoriei" 
  84.   
  85.   #admin/category/list.rhtml
  86.   l.store "Manage Categories", "Listează categoriile"
  87.   l.store "Create new category", "Creează o categorie nouă"
  88.   l.store "Reorder", "Ordonează"
  89.   l.store "Sort alphabetically", "Ordonează alfabetic"
  90.   l.store "Manage Articles", "Listează articolele"
  91.   l.store "Manage Pages", "Listează paginile"
  92.   l.store "Manage Resources", "Listează resursele"
  93.   
  94.   #admin/category/reorder.rhtml
  95.   l.store "(Done)", "(Gata)"
  96.   
  97.   #admin/category/show
  98.   l.store "Edit this category", "Editează această categorie"
  99.   l.store "Articles in", "Articole în"
  100.   #admin/comments/_form.rhtml
  101.   l.store "Author", "Autor"
  102.   l.store "Url", "Adresa"
  103.   l.store "Body", "Conținut" 
  104.   
  105.   #admin/comments/comments.rhtml
  106.   l.store "on", "la"
  107.   #admin/comments/destroy.rhtml
  108.   l.store "Comments for", "Comentariile la"
  109.   
  110.   #admin/comments/edit.rhtml
  111.   l.store "Show this comment", "Arată acest comentariu"
  112.   l.store "View comment on your blog", "Arată acest comentariu în blog"
  113.   l.store "Editing comment", "Editarea unui comentariu"
  114.   
  115.   #admin/comments/list.rhtml
  116.   l.store "IP", "Adresa IP"
  117.   l.store "Posted date", "Publicat la"
  118.   
  119.   #admin/comments/new.rhtml
  120.   l.store "Creating comment", "Creează un comentariu"
  121.   
  122.   #admin/content/_articles.rhtml
  123.   l.store "Post title", "Titlul articolului"
  124.   l.store "Posted at", "Data publicării"
  125.   l.store "%d Comments", ["Comentariu", "%d Comentarii"]
  126.   l.store "%d Trackbacks", ["Retrolegătură", "%d Retrolegături"]
  127.   l.store "Status", "Status"
  128.   l.store "Offline", "Offline"
  129.   l.store "Online", "Online"
  130.   l.store "no trackbacks", "fără retrolegături"
  131.   l.store "no comments", "fără comentarii"
  132.   #admin/content/_attachment.rhtml
  133.   l.store "Remove", "Șterge"
  134.   l.store "Really delete attachment", "Ești sigur că dorești să ștergi atașamentul"
  135.   l.store "Add Another Attachment", "Adaugă un nou atașament"
  136.   
  137.   #admin/content/_form.rhtml
  138.   l.store "Article Body", "Corpul articolului"
  139.   l.store "Article Content", "Conținutul articolului"
  140.   l.store "Extended Content", "Conținutul extins"
  141.   l.store "%d Tags", ["Cuvînt cheie", "%d Cuvinte cheie"]
  142.   l.store "Save", "Salvează"
  143.   l.store "Article Attachments", "Atașamentele articolului"
  144.   l.store "Article Options", "Opțiunile articolului"
  145.   l.store "Permalink", "Legătură permanentă"
  146.   l.store "Allow comments", "Se permit comentarii"
  147.   l.store "Allow trackbacks", "Se permit retrolegături"
  148.   l.store "Published", "Publicat"
  149.   l.store "Publish at", "Publică la"
  150.   l.store "Textfilter", "Filtru de text"
  151.   
  152.   #admin/content/_pages.rhtml
  153.   l.store "Previous page", "Pagina anterioară"
  154.   l.store "Next page", "Pagina următoare"
  155.   
  156.   #admin/content/_show_categories.rhtml
  157.   l.store "Currently this article is listed in following categories", "Acest articol aparține următoarelor categorii"
  158.   l.store "You can add it to the following categories", "Îl puteți adăuga următoarelor categorii"
  159.   
  160.   #admin/content/_show_ressources.rhtml
  161.   l.store "Currently this article has the following resources", "Resursele disponibile acestui articol sînt"
  162.   l.store "You can associate the following resources", "Puteți asocia următoarele resurse"
  163.   
  164.   #admin/content/destroy.rhtml
  165.   l.store "Show this article", "Arată acest articol"
  166.   l.store "Are you sure you want to delete this article", "Ești sigur că dorești ștergerea acestui articol"
  167.   l.store "Delete this article", "Șterge acest articol"
  168.   
  169.   #admin/content/edit.rhtml
  170.   l.store "Edit Article", "Editarea unui articol"
  171.   l.store "View article on your blog", "Arată acest articol in blog"
  172.   #admin/content/new.rhtml
  173.   l.store "Write a Page", "Compune o pagină"
  174.   l.store "Write an Article", "Scrie un articol"
  175.   
  176.   #admin/content/preview.rhtml
  177.   l.store "Posted by", "Publicat de"
  178.   
  179.   #admin/content/show.rhtml
  180.   l.store "Preview Article", "Previzualizarea unui articol"
  181.   l.store "Edit this article", "Editează acest articol"
  182.   l.store "Last updated", "Ultima modificare"
  183.   l.store "Attachments", "Atașamente"
  184.   
  185.   #admin/feedback/list.rhtml
  186.   l.store "Limit to spam", "Doar spam"
  187.   l.store "Limit to unconfirmed", "Doar neconfirmate"
  188.   l.store "Limit to unconfirmed spam", "Doar spam neconfirmat"
  189.   l.store "Blacklist", "Lista neagră"
  190.   l.store "Feedback Search", "Caută prin comentarii"
  191.   l.store "Comments and Trackbacks for", "Comentarii și retrolegături pentru"
  192.   
  193.   #admin/general/index.rhtml
  194.   l.store "Blog settings", "Setările blogului"
  195.   l.store "Which settings group would you like to edit", "Ce grup de setări dorești să modifici"
  196.   l.store "General settings", "Setări generale"
  197.   l.store "General Settings", "Setări generale"
  198.   l.store "Read", "Afișare"
  199.   l.store "Write", "Publicare"
  200.   l.store "Discuss", "Discuții"
  201.   l.store "Notification", "Notificări"
  202.   l.store "Spam Protection", "Protecție anti-spam"
  203.   l.store "Resource Settings", "Setări ale resurselor"
  204.   l.store "Cache", "Cache"
  205.   l.store "Blog name", "Numele blogului"
  206.   l.store "Blog subtitle", "Subtitlul blogului"
  207.   l.store "Language", "Language" #Need translate
  208.   l.store "This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!","This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!" #Need translate
  209.   l.store "Blog URL", "Adresa blogului"
  210.   l.store "Latitude, Longitude", "Latitudine, longitudine"
  211.   l.store "Display", "Afișează"
  212.   l.store "your lattitude and longitude", "latitudinea și longitudinea ta"
  213.   l.store "exemple", "de pildă"
  214.   l.store "Show blog name", "Afișează numele blogului"
  215.   l.store "At the beginning of page title", "Înaintea titlului paginii"
  216.   l.store "At the end of page title", "După titlul paginii"
  217.   l.store "Don't show blog name in page title", "Nu afișa numele blogului în titlul paginii"
  218.   l.store "Save Settings", "Salvează setările"
  219.   l.store "articles on my homepage by default", "articole implicit în pagina principală"
  220.   l.store "articles in my news feed by default", "articole implicit în RSS"
  221.   l.store "Show full article on feed", "Include articole complete în RSS"
  222.   l.store "Article filter", "Filtru pentru articole"
  223.   l.store "Comments filter", "Filtru pentru comentarii"
  224.   l.store "When publishing articles, Typo can send trackbacks to websites that you link to. This should be disabled for private blogs as it will leak non-public information to sites that you're discussing. For public blogs, there's no real point in disabling this.", "Cînd publici un articol, Typo poate trimite automat retrolegături site-urilor pe care le specifici. În cazul unui blog personal, această opțiune ar trebui dezactivată, ca să nu deconspire informații private. Dacă blogul e public, opțiunea aceasta poate rămîne activă."
  225.   l.store "Send trackbacks", "Trimite retrolegături"
  226.   l.store "URLs to ping automatically", "Site-uri de anunțat automat"
  227.   l.store "This setting allows you to disable trackbacks for every article in your blog.  It won't remove existing trackbacks, but it will prevent any further attempt to add a trackback anywhere on your blog.", "Această opțiune va dezactiva trimiterea de retrolegături de acum înainte. Retrolegăturile existente vor rămîne în site-uri, dar alte retrolegături nu vor mai fi posibile nicăieri in blog."
  228.   l.store "Disable trackbacks site-wide" ,"Dezactivează retrolegăturile în tot blogul"
  229.   l.store "Enable Trackbacks by default", "Implicit retrolegăturile să fie active"
  230.   l.store "You can enable site wide feedback moderation. If you do so, no comment or trackback will appear on your blog unless you validate it", 
  231.           "Poți activa, pentru tot blogul, moderarea comentariilor. Dacă alegi să faci asta, niciun comentariu sau retrolegătură nu va apărea pe blog înainte de a fi validat(ă)"
  232.   l.store "Enable feedback moderation", "Activează moderarea comentariilor"
  233.   l.store "Enable comments by default", "Implicit comentariile să fie active"
  234.   l.store "Show your email address", "Arată adresa ta de email"
  235.   l.store "Enable gravatars", "Activează gravataruri"
  236.   l.store "You can optionally disable non-Ajax comments. Typo will always use Ajax for comment submission if Javascript is enabled, so non-Ajax comments are either from spammers or users without Javascript.", "Opțional, puteți dezactiva comentariile non-AJAX. Typo va folosi întotdeauna AJAX pentru trimiterea comentariilor dacă funcționează Javascript la utilizator, astfel că orice comentariu care nu vine prin AJAX trebuie să vină fie de la spammeri, fie de la vizitatori fără Javascript."
  237.   l.store "Allow non-ajax comments", "Permite comentarii non-AJAX"
  238.   l.store "Disable comments after", "Dezactivează comentariile după "
  239.   l.store "Set to 0 to never disable comments", "Comentariile nu vor fi dezactivate niciodată dacă alegi valoarea 0"
  240.   l.store "Typo will automatically reject comments and trackbacks which contain over a certain amount of links in them", "Typo va respinge automat comentarii și retrolegături care conțin mai mult decît un anumit număr de legături"
  241.   l.store "Max Links", "Număr maxim de legături"
  242.   l.store "Set to 0 to never reject comments", "Comentariile nu vor fi respinse niciodată dacă alegi valoarea 0"
  243.   l.store "Typo can notify you when new articles or comments are posted", "Typo te poate alerta la publicarea de noi articole sau comentarii"
  244.   l.store "Source Email", "Expeditor email"
  245.   l.store "Email address used by Typo to send notifications", "Adresa email folosită de Typo pentru a trimite alerte prin email"
  246.   l.store "Jabber account", "Cont Jabber"
  247.   l.store "Jabber account to use when sending Jabber notifications", "Contul de Jabber folosit pentru a trimite alerte prin Jabber"
  248.   l.store "Jabber password", "Parola Jabber"
  249.   l.store "Spam protection", "Protecție anti-spam"
  250.   l.store "Enabling spam protection will make typo compare the IP address of posters as well as the contents of their posts against local and remote blacklists. Good defense against spam bots", "La activarea protecției anti-spam, Typo va compara adresa IP a utilizatorului care publică un articol, cît și conținutul articolului publicat, cu niște liste negre locale sau din altă parte. Reprezintă o bună apărare împotriva unui spam bot "
  251.   l.store "Enable spam protection", "Activează protecția anti-spam"
  252.   l.store "Typo can (optionally) use the %s spam-filtering service.  You need to register with Akismet and receive an API key before you can use their service.  If you have an Akismet key, enter it here", "Opțional, Typo poate folosi serviciul %s de filtrare spam. Trebuie să te înregistrezi la Akismet și să primești o cheie API pentru a putea folosi acest serviciu. Dacă ai deja o cheie Akismet, introdu-o aici"
  253.   l.store "Akismet Key", "Cheia Akismet"
  254.   l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "Setările de mai jos vor reprezenta valorile implicite atunci cînd vei publica un enclosure cu metainformații pentru iTunes"
  255.   l.store "Subtitle", "Subtitlu"
  256.   l.store "Summary", "Rezumat"
  257.   l.store "Setting for channel", "Setări de canal"
  258.   l.store "Optional Name", "Nume opțional"
  259.   l.store "Not published by Apple", "Nepublicat de Apple"
  260.   l.store "Copyright Information", "Drepturi"
  261.   l.store "Explicit", "Conținut explicit"
  262.   l.store "Empty Fragment Cache", "Golește cache"
  263.   l.store "Rebuild cached HTML", "Reconstruiește paginile din cache"
  264.   l.store "days", "zile"
  265.   
  266.   #admin/general/update_database
  267.   l.store "Database migration", "Actualizări ale bazei de date"
  268.   l.store "Information", "Informații"
  269.   l.store "Current database version", "Versiunea curentă a bazei de date"
  270.   l.store "New database version", "Versiunea nouă a bazei de date"
  271.   l.store "Your database supports migrations", "Baza de date poate fi actualizată"
  272.   l.store "yes", "da"
  273.   l.store "no", "nu"
  274.   l.store "Needed migrations", "Actualizări necesare"
  275.   l.store "You are up to date!", "Baza de date este la zi!"
  276.   l.store "Update database now", "Actualizează baza de date acum"
  277.   l.store "may take a moment", "ar putea să dureze puțin"
  278.   
  279.   #admin/pages/_form.rhtml
  280.   l.store "Page Body", "Conținutul paginii"
  281.   l.store "Location", "Adresa"
  282.   l.store "Page Options", "Opțiuni ale paginii"
  283.   
  284.   #admin/pages/_pages.rhtml
  285.   l.store "Action", "Acțiuni"
  286.   l.store "Pages","Pagini"
  287.   l.store "Show this page", "Arată această pagină"
  288.   l.store "Are you sure you want to delete the page", "Ești sigur că dorești să ștergi această pagină"
  289.   l.store "Delete this page", "Șterge această pagină"
  290.   
  291.   #admin/pages/edit.rhtml
  292.   l.store "Create new page", "Creează o pagină nouă"
  293.   l.store "View page on your blog", "Arată această pagină în blog"
  294.   l.store "Editing page", "Editarea paginii"
  295.   l.store "Manage Text Filters", "Configurează filtrele de text"
  296.   
  297.   #admin/pages/show.rhtml
  298.   l.store "Edit this page", "Editează această pagină"
  299.   l.store "by", "de"
  300.   
  301.   #admin/ressources/_metadata_add.rhtml
  302.   l.store "Resource MetaData", "Metainformații ale resursei"
  303.   l.store "Set iTunes metadata for this enclosure", "Setează metainformații iTunes"
  304.   l.store "Duration", "Durată"
  305.   l.store "Key Words", "Cuvinte cheie"
  306.   l.store "seperate with spaces", "separate de spațiu"
  307.   
  308.   #admin/resources/_metadata_edit.rhtml
  309.   l.store "Remove iTunes Metadata", "Șterge metainformațiile iTunes"
  310.   l.store "Content Type", "Tip de conținut (content type)"
  311.   
  312.   #admin/resources/_resources.rhtml
  313.   l.store "Filename", "Nume de fișier"
  314.   l.store "MetaData", "Metainformații"
  315.   l.store "File Size", "Dimensiunea fișierului"
  316.   l.store "Uploaded", "Încărcat la"
  317.   l.store "Edit MetaData", "Editează metainformații"
  318.   l.store "Add MetaData", "Adaugă metainformații"
  319.   #admin/resources/destroy.rhtml
  320.   l.store "File Uploads", "Încărcări de fișiere"
  321.   l.store "Upload a new File", "Încarcă un fișier nou"
  322.   l.store "Are you sure you want to delete this file", "Ești sigur că dorești să ștergi acest fișier"
  323.   l.store "Delete this file from the webserver?", "Ștergi acest fișier de pe server?"
  324.   #admin/resources/new.rhtml
  325.   l.store "Upload a File to your Site", "Încarcă un fișier în site"
  326.   l.store "Upload", "Încarcă"
  327.   l.store "Upload a new Resource", "Încarcă o nouă resursă"
  328.   
  329.   #admin/sidebar/_avaliables.rhtml
  330.   l.store "You have no plugins installed", "Niciun plugin instalat"
  331.   
  332.   #admin/sidebar/_publish.rhtml
  333.   l.store "Changes published", "Schimbările au fost publicate"
  334.   
  335.   #admin/sidebar/_target.rhtml
  336.   l.store "Drag some plugins here to fill your sidebar", "Trage plugin-uri aici pentru a popula bara laterală"
  337.   
  338.   #admin/sidebar/index.rhtml
  339.   l.store "Choose a theme", "Alege o temă"
  340.   l.store "Drag and drop to change the sidebar items displayed on this blog.  To remove items from the sidebar just click remove  Changes are saved immediately, but not activated until you click the 'Publish' button", "Trage și lasă obiecte pe bara laterală pentru a o modifica în blog. Pentru a șterge obiecte din bara laterală, apasă pe 'șterge'. Modificările se salvează imediat, dar nu vor fi activate pînă cînd apeși butonul 'publică'"
  341.   l.store "Publish changes", "Publică modificările"
  342.   l.store "Available Items", "Obiecte disponibile"
  343.   l.store "Active Sidebar items", "Obiecte utilizate"
  344.   #admin/textfilters/_form.rhtml
  345.   l.store "Description", "Descriere"
  346.   l.store "Markup type", "Tip de marcaj"
  347.   l.store "Post-processing filters", "Filtre de post-procesare"
  348.   l.store "Parameters", "Parametri"
  349.   
  350.   #admin/textfilters/_macros.rhtml
  351.   l.store "Show Help", "Ajutor"
  352.   
  353.   #admin/textfilters/_textfilters.rhtml
  354.   l.store "Markup", "Marcaj"
  355.   l.store "Filters", "Filtre"
  356.   
  357.   #admin/textfilters/destroy.rhtml
  358.   l.store "Text Filters", "Filtre de text"
  359.   l.store "Are you sure you want to delete this filter", "Ești sigur că dorești să ștergi acest filtru"
  360.   l.store "Delete this filter", "Șterge acest filtru"
  361.   
  362.   #admin/textfilters/edit.rhtml
  363.   l.store "Editing textfilter", "Editarea unui filtru"
  364.   
  365.   #admin/textfilters/list.rhtml
  366.   l.store "Create new text filter", "Creează un nou filtru de text"
  367.   l.store "Customize Sidebar", "Personalizează bara laterală"
  368.   l.store "Macros", "Macro-uri"
  369.   
  370.   #admin/textfilters/macro_help.rhtml
  371.   l.store "Macro Filter Help", "Ajutor la filtrele macro"
  372.   l.store "Creating text filter", "Crearea unui nou filtru de text"
  373.   
  374.   #admin/textfilters/show.rhtml
  375.   l.store "Text Filter Details", "Detaliile filtrului de text"
  376.   l.store "Edit this filter", "Editeaza acest filtru"
  377.   l.store "See help text for this filter", "Ajutor la acest filtru"
  378.   
  379.   #admin/themes/index.rhtml
  380.   l.store "Choose a theme", "Alege o temă"
  381.   l.store "Activate", "Activează"
  382.   l.store "Active theme", "Tema activă"
  383.   
  384.   #admin/trackbacks/edit.rhtml
  385.   l.store "Trackbacks for", "Retrolegături pentru"
  386.   l.store "Editing trackback", "Editarea retrolegăturii"
  387.   
  388.   #admin/trackbacks/new.rhtml
  389.   l.store "Creating trackback", "Crearea unei retrolegături"
  390.   l.store "Edit this trackback", "Editează această retrolegătură"
  391.   
  392.   #admin/users/_form.rhtml
  393.   l.store 'Display Name', 'Nume real'
  394.   l.store "Jabber", "Jabber"
  395.   l.store "Password Confirmation", "Confirmă parola"
  396.   l.store "Password confirmation", "Confirmă parola"
  397.   l.store "Send notification messages via email", "Alerte prin email"
  398.   l.store "Send notification messages when new articles are posted", "Alerte la publicarea de articole noi"
  399.   l.store "Send notification messages when comments are posted", "Alerte la publicarea de comentarii noi"
  400.   l.store 'this will be shown publicly if supplied', 'va fi vizibilă public'
  401.   l.store 'this can be blank', 'nu este obligatoriu'
  402.   l.store 'Anti-bot protection: How much is', 'Protecție anti-bot: cît fac'
  403.   
  404.   #admin/user/_user.rhtml
  405.   l.store "Number of Articles", "Număr de articole"
  406.   l.store "Number of Comments", "Număr de comentarii"
  407.   l.store "Notified", "Alertă trimisă"
  408.   l.store "via email", "prin email"
  409.   
  410.   #admin/user/destroy.rhtml
  411.   l.store "Show this user", "Arată acest utilizator"
  412.   l.store "Really delete user", "Ești sigur că dorești să ștergi acest utilizator"
  413.   
  414.   #admin/user/edit.rhtml
  415.   l.store "Edit User", "Editează un utilizator"
  416.   l.store "Editing User", "Editarea unui utilizator"
  417.   l.store "New User", "Utilizator nou"
  418.   l.store "Add new user", "Adaugă un utilizator nou"
  419.   
  420.   #admin/user/new.rhtml
  421.   l.store "Creating user", "Crearea unui nou utilizator"
  422.   
  423.   #admin/user/show.rhtml
  424.   l.store "User's articles", "Articole publicate de acest utilizator"
  425.   l.store "Notify via email", "Primește alerte prin email"
  426.   l.store "Notify on new articles", "Primește alerte la publicarea de articole noi"
  427.   l.store "Notify on new comments", "Primește alerte la publicarea de comentarii noi"
  428.   
  429.   #articles/_comment.rhtml
  430.   l.store "said", "a scris"
  431.   l.store "This comment has been flagged for moderator approval.  It won't appear on this blog until the author approves it", "Acest comentariu a fost marcat pentru moderare. El nu va apărea în blog înainte de a fi aprobat."
  432.   l.store 'later', 'mai tîrziu'
  433.   
  434.   #articles/_comment_box.rhtml
  435.   l.store "Your name", "Nume"
  436.   l.store "Your blog", "Site"
  437.   l.store "Your email", "Email"
  438.   l.store "Your message", "Comentariu"
  439.   l.store "Comment Markup Help", "Ajutor la marcare"
  440.   l.store "Preview comment", "Previzualizare"
  441.   
  442.   #articles/_trackback.rhtml
  443.   l.store "From", "De la"
  444.   
  445.   #articles/archives.rhtml
  446.   l.store "No articles found", "Niciun articol nu a fost găsit"
  447.   
  448.   #articles/comment_preview.rhtml
  449.   l.store "is about to say", "vrea să scrie"
  450.   
  451.   #articles/groupings.rhtml
  452.   l.store "There are", "Sînt"
  453.   
  454.   #articles/index.rhtml
  455.   l.store "Read more", "Citește mai departe"
  456.   l.store "Older posts", "Articole mai vechi"
  457.   
  458.   #articles/read.rhtml
  459.   l.store "Leave a response", "Comentează"
  460.   l.store "Use the following link to trackback from your own site", "Folosește link-ul următor pentru a realiza o retrolegătură de la site-ul tău"
  461.   l.store "RSS feed for this post", "Flux RSS pentru acest articol"
  462.   l.store "trackback uri", "URL pentru retrolegătură"
  463.   l.store "Comments are disabled", "Comentariile sînt dezactivate"
  464.  
  465.   l.store "Pictures from", "Imagini de la"
  466.   
  467.   
  468.   # The following were added by alxx (alxx@indigenious.ro)
  469.   #vendor/plugins/xml_sidebar/views/content.rhtml
  470.   l.store 'Syndicate', 'Sindicalizare'
  471.   l.store 'Articles feed', 'RSS articole'
  472.   l.store 'Comments feed', 'RSS comentarii'
  473.   l.store 'Trackbacks feed', 'RSS retrolegături'
  474.   l.store 'Articles', 'Articole'
  475.   l.store 'Comments', 'Comentarii'
  476.   l.store 'Trackbacks', 'Retrolegături'
  477.   
  478.   #vendor/plugins/category_sidebar/views/content.rhtml
  479.   l.store 'Categories', 'Categorii'
  480.   
  481.   #app/helpers/articles_helper.rb
  482.   l.store 'Posted in', 'Publicat în'
  483.   l.store 'posted in', 'publicat în'
  484.   
  485.   #app/helpers/base_helper.rb
  486.   l.store 'Back to overview', 'Înapoi'
  487.   
  488.   #views/shared/_search.rhtml
  489.   l.store 'Live Search', 'Căutare'
  490.   
  491.   #articles/_comment_box.rhtml
  492.   l.store 'submit', 'Trimite'
  493.   
  494.   #app/helpers/application_helper.rb
  495.   l.store 'no', 'fără'
  496.   l.store 'comment', 'comentariu'
  497.   l.store 'comments', 'comentarii'
  498.   l.store 'trackback', 'retrolegătură'
  499.   l.store 'trackbacks', 'retrolegături'
  500.   l.store 'less than', 'mai puțin de'
  501.   l.store 'a minute', 'un minut'
  502.   l.store 'second', 'secundă'
  503.   l.store 'seconds', 'secunde'
  504.   l.store 'minute', 'minut'
  505.   l.store 'minutes', 'minute'
  506.   l.store 'hour', 'oră'
  507.   l.store 'hours', 'ore'
  508.   l.store '20 seconds', '20 de secunde'
  509.   l.store 'half a minute', 'jumătate de minut'
  510.   l.store 'about', 'cam'
  511.   l.store '1 hour', 'o oră'
  512.   l.store '1 minute', 'un minut'  
  513.   l.store '1 day', 'o zi'
  514.   l.store '1 year', 'un an'
  515.   l.store '1 month', 'o lună'
  516.   l.store 'day', 'zi'
  517.   l.store 'days', 'zile'
  518.   l.store 'month', 'lună'
  519.   l.store 'months', 'luni'
  520.   l.store 'year', 'an'
  521.   l.store 'years', 'ani'
  522.   l.store 'over', 'peste'
  523.   
  524.   #views/articles/_comment_box.rhtml
  525.   l.store 'leave', 'lasă'
  526.   
  527.   # All Javascript strings go here, with the js_ prefix (only needed in this file)
  528.   l.store 'js_hour', 'оră'
  529.   l.store 'js_minute', 'minut'
  530.   l.store 'js_hours', 'ore'
  531.   l.store 'js_minutes', 'minute'
  532.   l.store 'js_days', 'zile'
  533.   l.store 'js_in', 'peste'
  534.   l.store 'js_since', 'acum'
  535.   l.store 'js_from now', ' '
  536.   l.store 'js_ago', ' '
  537.   l.store 'js_on', 'în'
  538.   l.store 'js_less than a minute', 'mai puțin de un minut'
  539.   l.store 'js_about one hour', 'cam o oră'
  540.   l.store 'js_one day', 'o zi'
  541.   l.store 'js_about one day', 'cam o zi'
  542.   
  543.   
  544. end