Просмотр файла modules/news/locale/ro.lng.php

Размер файла: 3.2Kb
<?php return array (
  'domain' => 'news',
  'plural-forms' => 'nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);',
  'messages' => 
  array (
    '' => 
    array (
      'The requested article was not found.' => 'Pagina solicitată nu a fost găsită',
      'News' => 'Stiri',
      'Section list' => 'Lista sectiuni',
      'Add article' => 'Adauga articol',
      'The article name cannot be empty' => 'Numele articolului nu poate fi gol',
      'The article was created successfully' => 'Articolul a fost creat cu succes',
      'An article with this code already exists' => 'Un articol cu acest cod există deja',
      'Edit article' => 'Editaţi articol',
      'The article was updated successfully' => 'Articolul a fost creat cu succes',
      'The article was successfully deleted' => 'Articolul a fost șters cu succes',
      'Settings' => 'Setari',
      'Settings saved!' => 'Setări salvate!',
      'Create section' => 'Creare sectiuni',
      'The section name cannot be empty' => 'Numele secţiunii nu poate fi gol',
      'The section was created successfully' => 'Secţiunea a fost creată cu succes',
      'A section with this code already exists' => 'O secţiune cu acest cod există deja',
      'Edit section' => 'Editeaza sectiune',
      'The section was updated successfully' => 'Secţiunea a fost actualizată cu succes',
      'The section was successfully deleted' => 'Secţiunea a fost ştearsă cu succes',
      'Bad Request' => 'Solicitare greșită',
      'You have a ban!' => 'Ati fost banat',
      'You are not logged in' => 'Nu ești autentificat',
      'The comment was added successfully' => 'Comentariul a fost adăugat cu succes',
      'Enter the comment text' => 'Introduceți textul comentariului',
      'The comment was deleted successfully' => 'Comentariul a fost șters cu succes',
      'Access denied' => 'Acess interzis',
      'Search' => 'Cauta',
      'Search by tags' => 'Căutare după tag',
      'The user is not authorized' => 'Utilizatorul nu este autorizat',
      'Your vote is accepted' => 'Votul tău este acceptat',
      'The requested section was not found.' => 'Secţiunea solicitată nu a fost găsită.',
      'Active' => 'Activ',
      'Article name' => 'Nume articol',
      'Page title' => 'Titlu pagina',
      'Active from' => 'Activ de la',
      'Active to' => 'Activ la',
      'Article code' => 'Cod articol',
      'Keywords' => 'Cuvinte cheie',
      'Description' => 'Descriere',
      'Tags' => 'Taguri',
      'Enter words or phrases separated by commas' => 'Introduceți cuvinte sau fraze separate prin virgulă',
      'Preview text' => 'Previzualizare text',
      'Text' => 'Text',
      'Save' => 'Salveaza',
      'Back' => 'Înapoi',
      'Section name' => 'Numele secţiunii',
      'Section code' => 'Cod secțiune',
      'Text after a list' => 'Text după o listă',
      'Confirm the action' => 'Confirmați acțiunea',
      'Section:' => 'Secțiune:',
      'Article:' => 'Articole',
      'Do you really want to delete?' => 'Esti sigur ca vrei sa stergi?',
      'Delete' => 'Sterge',
      'Cancel' => 'Anuleaza',
      'Content management' => 'Administrarea conținutului',
      'Edit' => 'Editeaza',
      'Title' => 'Titlu',
    ),
  ),
);