[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/language/ -> romanian.php (source)

   1  <?php
   2  
   3  ###############################################################################
   4  # romanian.php 
   5  # This is the romanian language page for GeekLog!
   6  #
   7  # Copyright (C) 2003 dan gheorghitza
   8  # dangk12@yahoo.com
   9  #
  10  # This program is free software; you can redistribute it and/or
  11  # modify it under the terms of the GNU General Public License
  12  # as published by the Free Software Foundation; either version 2
  13  # of the License, or (at your option) any later version.
  14  #
  15  # This program is distributed in the hope that it will be useful,
  16  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18  # GNU General Public License for more details.
  19  #
  20  # You should have received a copy of the GNU General Public License
  21  # along with this program; if not, write to the Free Software
  22  # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  23  #
  24  ###############################################################################
  25  
  26  $LANG_CHARSET = 'iso-8859-2';
  27  
  28  ###############################################################################
  29  # Array Format:
  30  # $LANGXX[YY]:  $LANG - variable name
  31  #               XX    - file id number
  32  #               YY    - phrase id number
  33  ###############################################################################
  34  
  35  ###############################################################################
  36  # USER PHRASES - These are file phrases used in end user scripts
  37  ###############################################################################
  38  
  39  ###############################################################################
  40  # lib-common.php
  41  
  42  $LANG01 = array(
  43      1 => 'Scris de:',
  44      2 => 'Citeste mai multe ...',
  45      3 => 'comentarii',
  46      4 => 'Editeaza',
  47      5 => 'Sondaj',
  48      6 => 'Rezultate',
  49      7 => 'Rezultate Sondaj',
  50      8 => 'voturi',
  51      9 => 'Admin:',
  52      10 => 'Trimiteri',
  53      11 => 'Stiri',
  54      12 => 'Block-uri',
  55      13 => 'Sectiuni',
  56      14 => 'Link-uri',
  57      15 => 'Evenimente',
  58      16 => 'Sondaje',
  59      17 => 'Membri',
  60      18 => 'Interogare SQL',
  61      19 => 'Iesire/Deconectare',
  62      20 => 'Membru Info:',
  63      21 => 'Nume',
  64      22 => 'Membru ID',
  65      23 => 'Nivel Securitate',
  66      24 => 'Anonim',
  67      25 => 'Raspunde',
  68      26 => 'Urmatoarele comentarii apartin celor care le-au trimis pe sit. Acest sit nu raspunde pentru continutul acestora.',
  69      27 => 'Cel mai recent',
  70      28 => 'Sterge',
  71      29 => 'Nu sunt comentarii.',
  72      30 => 'Stiri Vechi',
  73      31 => 'Tag-uri HTML permise:',
  74      32 => 'Eroare, nume Membru/username invalid',
  75      33 => 'Eroare, nu se poate scrie in fisierul de log',
  76      34 => 'Eroare',
  77      35 => 'Iesire/Deconectare',
  78      36 => 'pe',
  79      37 => 'Nu sunt stiri ale vizitatorilor',
  80      38 => 'Content Syndication',
  81      39 => 'Actualizeaza',
  82      40 => 'You have <tt>register_globals = Off</tt> in your <tt>php.ini</tt>. However, Geeklog requires <tt>register_globals</tt> to be <strong>on</strong>. Before you continue, please set it to <strong>on</strong> and restart your web server.',
  83      41 => 'Vizitatori',
  84      42 => 'Scris de:',
  85      43 => 'Raspunde la',
  86      44 => 'Parinte',
  87      45 => 'MySQL Eroare Numar',
  88      46 => 'MySQL Eroare Mesaj',
  89      47 => 'Membru Info',
  90      48 => 'Informatii Cont',
  91      49 => 'Preferinte',
  92      50 => 'Eroare in codul SQL',
  93      51 => 'ajutor',
  94      52 => 'Nou',
  95      53 => 'Admin Home',
  96      54 => 'Nu se poate deschide fisierul.',
  97      55 => 'Eroare la',
  98      56 => 'Voteaza',
  99      57 => 'Parola',
 100      58 => 'Intra/Login',
 101      59 => "Nu ai un cont inca? Inregistreaza-te ca <a href=\"{$_CONF['site_url']}/users.php?mode=new\">Nou Membru</a>",
 102      60 => 'Adauga un comentariu',
 103      61 => 'Creaza Nou Cont',
 104      62 => 'cuvinte',
 105      63 => 'Preferinte Comentarii',
 106      64 => 'Trimite stirea unui prieten',
 107      65 => 'Vezi Versiunea pentru Imprimanta',
 108      66 => 'Calendarul meu',
 109      67 => 'Bine ati venit ',
 110      68 => 'home',
 111      69 => 'contact',
 112      70 => 'cauta',
 113      71 => 'contribuie',
 114      72 => 'resurse web',
 115      73 => 'sondaje vechi',
 116      74 => 'calendar',
 117      75 => 'cautare avansata',
 118      76 => 'statistici sit',
 119      77 => 'Plugin-uri',
 120      78 => 'Evenimente recente',
 121      79 => 'Ce mai e Nou',
 122      80 => 'stiri in ultimele',
 123      81 => 'stire in ultimele',
 124      82 => 'ore',
 125      83 => 'COMENTARII',
 126      84 => 'LINK-URI',
 127      85 => 'ultimele 48 ore',
 128      86 => 'Nu sunt comentarii noi',
 129      87 => 'ultimele 2 saptamani',
 130      88 => 'Nu sunt link-uri recente',
 131      89 => 'Nu sunt evenimente recente',
 132      90 => 'Home',
 133      91 => 'Pagina creata in',
 134      92 => 'secunde',
 135      93 => 'Copyright',
 136      94 => 'All trademarks and copyrights on this page are owned by their respective owners.',
 137      95 => 'Powered By',
 138      96 => 'Grupuri',
 139      97 => 'Lista Cuvinte',
 140      98 => 'Plugin-uri',
 141      99 => 'STIRI',
 142      100 => 'Nu sunt stiri noi',
 143      101 => 'Evenimente tale',
 144      102 => 'Evenimente in site',
 145      103 => 'DB Backup',
 146      104 => 'de',
 147      105 => 'Mail Membri',
 148      106 => 'Vizualizari',
 149      107 => 'GL Version Test',
 150      108 => 'Sterge Cache',
 151      109 => 'Report abuse',
 152      110 => 'Report this post to the site admin',
 153      111 => 'View PDF Version',
 154      112 => 'Registered Users',
 155      113 => 'Documentation',
 156      114 => 'TRACKBACKS',
 157      115 => 'No new trackback comments',
 158      116 => 'Trackback',
 159      117 => 'Directory',
 160      118 => 'Please continue reading on the next page:',
 161      119 => "Lost your <a href=\"{$_CONF['site_url']}/users.php?mode=getpassword\">password</a>?",
 162      120 => 'Permanent link to this comment',
 163      121 => 'Comments (%d)',
 164      122 => 'Trackbacks (%d)',
 165      123 => 'All HTML is allowed',
 166      124 => 'Click to delete all checked items',
 167      125 => 'Are you sure you want to Delete all checked items?',
 168      126 => 'Select or de-select all items'
 169  );
 170  
 171  ###############################################################################
 172  # comment.php
 173  
 174  $LANG03 = array(
 175      1 => 'Trimite un Comentariu',
 176      2 => 'Mod trimitere',
 177      3 => 'Iesire',
 178      4 => 'Inregistrare',
 179      5 => 'Membru',
 180      6 => 'Intrati ca membru/utilizator inregistrat pentru a trimite comentarii. Pentru inregistrare completati miniformularul de mai jos.',
 181      7 => 'Ultimul tau comentariu a fost acum',
 182      8 => " secunde in urma.  Asteptati cel putin {$_CONF['commentspeedlimit']} secunde pentru a introduce un nou comentariu",
 183      9 => 'Comentariu',
 184      10 => 'Send Report',
 185      11 => 'Trimite Comentariu',
 186      12 => 'E necesar sa completati in Titlu si Comentariu pentru a putea trimite comentariul.',
 187      13 => 'Informatia ta',
 188      14 => 'Previzualizeaza',
 189      15 => 'Report this post',
 190      16 => 'Titlu',
 191      17 => 'Eroare',
 192      18 => 'Material Important',
 193      19 => 'Va rugam sa continuati a trimite pe acest subiect.',
 194      20 => 'Incearca sa raspunzi la comentariile altora in loc de a introduce comentarii noi.',
 195      21 => 'Citeste mesajele altora inainte de a trimite pentru a evita dublarea unui mesaj',
 196      22 => 'Alege sectiunea potrivita pentru mesajul tau.',
 197      23 => 'Adresa ta email nu va fi facuta publica.',
 198      24 => 'Vizitator Anonim',
 199      25 => 'Are you sure you want to report this post to the site admin?',
 200      26 => '%s reported the following abusive comment post:',
 201      27 => 'Abuse report'
 202  );
 203  
 204  ###############################################################################
 205  # users.php
 206  
 207  $LANG04 = array(
 208      1 => 'Profil Membru pentru',
 209      2 => 'Nume membru',
 210      3 => 'Nume',
 211      4 => 'Parola',
 212      5 => 'Email',
 213      6 => 'Pagina web',
 214      7 => 'Bio',
 215      8 => 'Cheie PGP',
 216      9 => 'Salveaza modificarile',
 217      10 => 'Ultimele 10 comentarii pentru utilizatorul',
 218      11 => 'Nu sunt comentarii',
 219      12 => 'Preferinte membru pentru',
 220      13 => 'Email Nightly Digest',
 221      14 => 'Aceasta parola este generata aleatoriu. Este recomandat sa schimbi parola imediat. Pentru aceasta va logati si dati clic pe Informatii Cont din meniul Membru Info',
 222      15 => "Contul tau {$_CONF['site_name']} a fost creat cu succes. Pentru a-l utiliza e necesar sa va logati utilizand informatiile de mai jos.  Este indicat sa va salvati acest mail.",
 223      16 => 'Informatii Cont',
 224      17 => 'Contul nu exista',
 225      18 => 'Adresa email introdusa nu pare a vi valida (nume@server.com)',
 226      19 => 'Nume Membru sau adresa email introduse exista deja.',
 227      20 => 'Adresa email introdusa nu pare a vi valida (nume@server.com)',
 228      21 => 'Eroare',
 229      22 => "Inregistrare la {$_CONF['site_name']}!",
 230      23 => "Crearea unui cont membru prin inregistrare va ofera toate beneficiile unui membru la {$_CONF['site_name']} si va permite sa trimiteti comentarii sau stiri/texte cu numele ales. Daca nu aveti un cont creat, puteti trimite texte doar ca anonim. Va reamintim ca adresa email nu va fi disponibila <b><i>niciodata</i></b> spre vizualizare publica.",
 231      24 => 'Parola ta va fi trimisa la adresa de email introdusa.',
 232      25 => 'Ati uitat parola?',
 233      26 => 'Introduceti numele de utilizator/membru si dati clic pe Trimite Parola si o parola generata aleatoriu va fi trimisa la adresa de email introdusa.',
 234      27 => 'Inregistrati-va!',
 235      28 => 'Trimite Parola',
 236      29 => 'iesit din',
 237      30 => 'intrat din',
 238      31 => 'Optiunea aleasa cere sa intrati ca membru/utilizator inregistrat',
 239      32 => 'Semnatura',
 240      33 => 'Niciodata disponibil spre vizualizare publica',
 241      34 => 'Acesta este numele tau adevarat',
 242      35 => 'Introduceti parola pentru modificare',
 243      36 => 'Incepe cu http://',
 244      37 => 'Aplicat la comentariile tale',
 245      38 => 'Este despre tine! Oricine poate citi aceasta',
 246      39 => 'Cheia publica PGP pentru date private',
 247      40 => 'Nu exista iconite pentru subiecte',
 248      41 => 'Moderati!',
 249      42 => 'Format Data',
 250      43 => 'Maxim stiri',
 251      44 => 'Fara casute',
 252      45 => 'Arata preferinte pentru',
 253      46 => 'Exclude obiecte pentru',
 254      47 => 'Configurare Casuta stiri pentru',
 255      48 => 'Subiecte',
 256      49 => 'Nu sunt iconite in stiri',
 257      50 => 'Deselecteaza aceasta daca nu sunteti interesat',
 258      51 => 'Doar stiri',
 259      52 => 'Implicit este',
 260      53 => 'Primiti inainte stirile zilei urmatoare',
 261      54 => 'Selectati casutele pentru subiectele si autorii pe care nu-i vreti.',
 262      55 => 'Daca nu selectati nimic, inseamna ca sunteti de acord cu selectarea implicita (optiunile ingrosate). Sau selectati doar optiunile dorite si selectarea implicita va fi ignorata.',
 263      56 => 'Autori',
 264      57 => 'Mod vizualizare',
 265      58 => 'Ordine Sortare',
 266      59 => 'Limita Comentariu',
 267      60 => 'Cum doriti sa fie vizualizate comentariile?',
 268      61 => 'Primul - cel mai nou sau cel mai vechi?',
 269      62 => 'Implicit este 100',
 270      63 => "Parola a fost trimisa prin e-mail si trebuie sa o primiti imediat. Va rugam sa urmati indicatiile din mesaj si va multumim pentru utilizarea {$_CONF['site_name']}",
 271      64 => 'Preferinte Comentarii pentru',
 272      65 => 'Intrare/Login din nou ca membru ',
 273      66 => "Probabil ati introdus gresit datele. Va rugam sa le reintroduceti din nou mai jos. Sunteti un <a href=\"{$_CONF['site_url']}/users.php?mode=new\">nou utilizator</a>?",
 274      67 => 'Membru din',
 275      68 => 'Salvati-mi datele pentru',
 276      69 => 'Pentru cat timp doriti sa fie salvate datele personale dupa intrare/login?',
 277      70 => "Personalizati design-ul si continutul {$_CONF['site_name']}",
 278      71 => "Una din optiunile paginii {$_CONF['site_name']} este este ca puteti sa va alegeti ce va contine cum va arata pagina aceasta.  Pentru a beneficia de acestea e necesar, mai intai, sa va <a href=\"{$_CONF['site_url']}/users.php?mode=new\">inregistrati</a> with {$_CONF['site_name']}.  Sunteti deja membru/utilizator inregistrat? Atunci folositi modulul din stanga pentru a va loga/intra ca membru!",
 279      72 => 'Model pagina',
 280      73 => 'Limba',
 281      74 => 'Schimba modelul paginii dupa preferinte!',
 282      75 => 'Subiect de trimis prin email pentru',
 283      76 => 'Daca selectati un subiect din lista de mai jos veti primi fiecare stire/text cu subiectul respectiv la sfarsitul fiecarei zile. Alegeti doar subiectele ce va intereseaza!',
 284      77 => 'Poza',
 285      78 => 'Adauga o poza personala!',
 286      79 => 'Sterge imaginea',
 287      80 => 'Intra',
 288      81 => 'Trimite Email',
 289      82 => 'Ultimele 10 stiri pentru utilizatorul',
 290      83 => 'Statistici texte trimise de utilizatorul',
 291      84 => 'Total numar de articole:',
 292      85 => 'Total numar de comentarii:',
 293      86 => 'Cauta toate textele trimise de',
 294      87 => 'Your login name',
 295      88 => "Someone (possibly you) has requested a new password for your account \"%s\" on {$_CONF['site_name']}, <{$_CONF['site_url']}>.\n\nIf you really want this action to be taken, please click on the following link:\n\n",
 296      89 => "If you do not want this action to be taken, simply ignore this message and the request will be disregarded (your password will remain unchanged).\n\n",
 297      90 => 'You can enter a new password for your account below. Please note that your old password is still valid until you submit this form.',
 298      91 => 'Set New Password',
 299      92 => 'Enter New Password',
 300      93 => 'Your last request for a new password was %d seconds ago. This site requires at least %d seconds between password requests.',
 301      94 => 'Delete Account "%s"',
 302      95 => 'Click the "delete account" button below to remove your account from our database. Please note that any stories and comments you posted under this account will <strong>not</strong> be deleted but show up as being posted by "Anonymous".',
 303      96 => 'delete account',
 304      97 => 'Confirm Account Deletion',
 305      98 => 'Are you sure you want to delete your account? By doing so, you will not be able to log into this site again (unless you create a new account). If you are sure, click "delete account" again on the form below.',
 306      99 => 'Privacy Options for',
 307      100 => 'Email from Admin',
 308      101 => 'Allow email from Site Admins',
 309      102 => 'Email from Users',
 310      103 => 'Allow email from other users',
 311      104 => 'Show Online Status',
 312      105 => 'Show up in Who\'s Online block',
 313      106 => 'Location',
 314      107 => 'Shown in your public profile',
 315      108 => 'Confirm new password',
 316      109 => 'Enter the New password again here',
 317      110 => 'Current Password',
 318      111 => 'Please enter your Current password',
 319      112 => 'You have exceeded the number of allowed login attempts.  Please try again later.',
 320      113 => 'Login Attempt Failed',
 321      114 => 'Account Disabled',
 322      115 => 'Your account has been disabled, you may not login. Please contact an Administrator.',
 323      116 => 'Account Awaiting Activation',
 324      117 => 'Your account is currently awaiting activation by an administrator. You will not be able to login until your account has been approved.',
 325      118 => "Your {$_CONF['site_name']} account has now been activated by an administrator. You may now login to the site at the url below using your username (<username>) and password as previously emailed to you.",
 326      119 => 'If you have forgotten your password, you may request a new one at this url:',
 327      120 => 'Account Activated',
 328      121 => 'Service',
 329      122 => 'Sorry, new user registration is disabled',
 330      123 => "Are you a <a href=\"{$_CONF['site_url']}/users.php?mode=new\">new user</a>?",
 331      124 => 'Confirm Email',
 332      125 => 'You have to enter the same email address in both fields!',
 333      126 => 'Please repeat for confirmation',
 334      127 => 'To change any of these settings, you will have to enter your current password.',
 335      128 => 'Your Name',
 336      129 => 'Password &amp; Email',
 337      130 => 'About You',
 338      131 => 'Daily Digest Options',
 339      132 => 'Daily Digest Feature',
 340      133 => 'Comment Display',
 341      134 => 'Comment Options',
 342      135 => '<li>Default mode for how comments will be displayed</li><li>Default order to display comments</li><li>Set maximum number of comments to show - default is 100</li>',
 343      136 => 'Exclude Topics and Authors',
 344      137 => 'Filter Story Content',
 345      138 => 'Misc Settings',
 346      139 => 'Layout and Language',
 347      140 => '<li>No Topic Icons if checked will not display the story topic icons</li><li>No boxes if checked will only show the Admin Menu, User Menu and Topics<li>Set the maximum number of stories to show per page</li><li>Set your theme and perferred date format</li>',
 348      141 => 'Privacy Settings',
 349      142 => 'The default setting is to allow users & admins to email fellow site members and show your status as online. Un-check these options to protect your privacy.',
 350      143 => 'Filter Block Content',
 351      144 => 'Show & hide boxes',
 352      145 => 'Your Public Profile',
 353      146 => 'Password and email',
 354      147 => 'Edit your account password, email and autologin feature. You will need to enter the same password or email address twice as a confirmation.',
 355      148 => 'User Information',
 356      149 => 'Modify your user information that will be shown to other users.<li>The signature will be added to any comments or forum posts you made</li><li>The BIO is a brief summary of yourself to share</li><li>Share your PGP Key</li>',
 357      150 => 'Warning: Javascript recommended for enhanced functionality',
 358      151 => 'Preview',
 359      152 => 'Username & Password',
 360      153 => 'Layout & Language',
 361      154 => 'Content',
 362      155 => 'Privacy',
 363      156 => 'Delete Account'
 364  );
 365  
 366  ###############################################################################
 367  # index.php
 368  
 369  $LANG05 = array(
 370      1 => 'Nu sunt stiri de vizualizat.',
 371      2 => 'Nu sunt stiri de vizualizat. Pentru ca nu exista stiri noi sau preferintele tale sunt prea restrictive.',
 372      3 => ' pentru sectiunea %s',
 373      4 => 'Stirea zilei',
 374      5 => 'Inainte',
 375      6 => 'Inapoi',
 376      7 => 'First',
 377      8 => 'Last'
 378  );
 379  
 380  ###############################################################################
 381  # profiles.php
 382  
 383  $LANG08 = array(
 384      1 => 'A fost o eroare la trimiterea mesajului. Va rugam sa incercati din nou.',
 385      2 => 'Mesajul a fost trimis cu succes.',
 386      3 => 'Verificati daca adresa de email introdusa in campul Raspunde este valida.',
 387      4 => 'Va rugam sa introduceti datele pentru campurile Numele tau, Raspunde, Subiect si Mesaj.',
 388      5 => 'Eroare. Nu exista utilizatorul respectiv.',
 389      6 => 'A fost o eroare.',
 390      7 => 'Profil membru pentru',
 391      8 => 'Nume membru',
 392      9 => 'Membru URL/adresa web',
 393      10 => 'Trimite email la',
 394      11 => 'Numele tau:',
 395      12 => 'Raspunde:',
 396      13 => 'Subiect:',
 397      14 => 'Mesaj:',
 398      15 => 'HTML nu va fi interpretat.',
 399      16 => 'Trimite Mesaj',
 400      17 => 'Trimite unui prieten',
 401      18 => 'Nume prieten',
 402      19 => 'Adresa Email prieten',
 403      20 => 'Numele tau',
 404      21 => 'Adresa ta de Email',
 405      22 => 'Toate campurile sunt obligatorii',
 406      23 => "Acest mesaj a fost trimis de %s la %s deoarece a crezut ca ai putea fi interesat de acest text de la {$_CONF['site_url']}.  Acesta nu este SPAM si adresa dvs. de email nu a fost salvata sau stocata pentru folosire ulterioara.",
 407      24 => 'Comentariu pentru aceasta stire la',
 408      25 => 'Trebuie sa fiti membru/utilizator inregistrat pentru a folosi aceasta facilitate.  E nevoie de inregistrare pentru a preveni o folosire incorecta a sistemului',
 409      26 => 'Acest formular va permite sa trimiteti un email unui membru selectat.   Toate campurile trebuie completate.',
 410      27 => 'Mesaj scurt',
 411      28 => '%s a scris: ',
 412      29 => "Acesta este sumarul zilnic de la {$_CONF['site_name']} pentru ",
 413      30 => ' Buletin informativ zilnic pentru ',
 414      31 => 'Titlu',
 415      32 => 'Data',
 416      33 => 'Citeste tot textul la',
 417      34 => 'Final mesaj',
 418      35 => 'Sorry, this user prefers not to receive any emails.'
 419  );
 420  
 421  ###############################################################################
 422  # search.php
 423  
 424  $LANG09 = array(
 425      1 => 'Cautare avansata',
 426      2 => 'Cuvinte cheie',
 427      3 => 'Subiect',
 428      4 => 'Toate',
 429      5 => 'Tip',
 430      6 => 'stiri',
 431      7 => 'comentarii',
 432      8 => 'Autori',
 433      9 => 'Toate',
 434      10 => 'Cauta',
 435      11 => 'Rezultat cautare',
 436      12 => 'rezultate',
 437      13 => 'Rezultate cautare: Niciun rezultat',
 438      14 => 'Niciun rezultat pentru cautarea ta dupa',
 439      15 => 'Incercati din nou.',
 440      16 => 'Titlu',
 441      17 => 'Data',
 442      18 => 'Autor',
 443      19 => "Cauta in toata baza de date a {$_CONF['site_name']} prin stirile curente sau vechi",
 444      20 => 'Data',
 445      21 => 'la',
 446      22 => '(Format pentru Data AAAA-LL-ZZ)',
 447      23 => 'Accesari',
 448      24 => 'Gasit',
 449      25 => 'rezultate pentru',
 450      26 => 'subiecte/items in',
 451      27 => 'secunde',
 452      28 => 'Nici o stire sau comentariu rezultate in urma cautarii',
 453      29 => 'Rezultat Stiri si Comentarii',
 454      30 => 'Nici un link rezultat in urma cautarii',
 455      31 => 'Acest plug-in nu are rezultate',
 456      32 => 'Eveniment',
 457      33 => 'URL',
 458      34 => 'Loc',
 459      35 => 'Fiecare zi',
 460      36 => 'Nici un Eveniment rezultat in urma cautarii',
 461      37 => 'Rezultate Evenimente',
 462      38 => 'Rezultate Link-uri',
 463      39 => 'Link-uri',
 464      40 => 'Evenimente',
 465      41 => 'Cuvantul cautat trebuia sa aiba cel putin 3 litere.',
 466      42 => 'Va rugam folositi un format pentru data de tipul AAAA-LL-ZZ (an-luna-zi).',
 467      43 => 'exact phrase',
 468      44 => 'all of these words',
 469      45 => 'any of these words',
 470      46 => 'Next',
 471      47 => 'Previous',
 472      48 => 'Author',
 473      49 => 'Date',
 474      50 => 'Hits',
 475      51 => 'Link',
 476      52 => 'Location',
 477      53 => 'Story Results',
 478      54 => 'Comment Results',
 479      55 => 'the phrase',
 480      56 => 'AND',
 481      57 => 'OR',
 482      58 => 'More results &gt;&gt;',
 483      59 => 'Results',
 484      60 => 'per page',
 485      61 => 'Refine search'
 486  );
 487  
 488  ###############################################################################
 489  # stats.php
 490  
 491  $LANG10 = array(
 492      1 => 'Statistici Site',
 493      2 => 'Total Accesari Sistem',
 494      3 => 'Stiri(comentarii) in Sistem',
 495      4 => 'Sondaje(Raspunsuri) in Sistem',
 496      5 => 'Link-uri(Clicks) in Sistem',
 497      6 => 'Evenimente in Sistem',
 498      7 => 'Top 10 Stiri vizualizate',
 499      8 => 'Stire Titlu',
 500      9 => 'Vizualizari',
 501      10 => 'Nu sunt siri pe sit sau nu au fost vizualizate.',
 502      11 => 'Top 10 stiri comentate',
 503      12 => 'comentarii',
 504      13 => 'Nu sunt siri pe sit sau nu exista comentarii trimise pentru acestea.',
 505      14 => 'Top 10 Sondaje',
 506      15 => 'Intrebare Sondaj',
 507      16 => 'Voturi',
 508      17 => 'Nu sunt sondaje pe sit sau nu exista inca voturi pentru acestea.',
 509      18 => 'Top 10 Link-uri',
 510      19 => 'Link-uri',
 511      20 => 'Accesari',
 512      21 => 'Nu sunt link-uri pe sit sau nu au fost inca accesate.',
 513      22 => 'Top 10 stiri trimise altora prin email',
 514      23 => 'Adrese Email',
 515      24 => 'Nu sunt stiri trimise altora prin email.',
 516      25 => 'Top Ten Trackback Commented Stories',
 517      26 => 'No trackback comments found.',
 518      27 => 'Number of active users',
 519      28 => 'Top Ten Events',
 520      29 => 'Event',
 521      30 => 'Hits',
 522      31 => 'It appears that there are no events on this site or no one has ever clicked on one.'
 523  );
 524  
 525  ###############################################################################
 526  # article.php
 527  
 528  $LANG11 = array(
 529      1 => 'Link-uri inrudite',
 530      2 => 'Trimite unui prieten',
 531      3 => 'Pagina in format pentru imprimanta',
 532      4 => 'Optiuni Stire',
 533      5 => 'PDF Story Format'
 534  );
 535  
 536  ###############################################################################
 537  # submit.php
 538  
 539  $LANG12 = array(
 540      1 => 'Pentru a trimite o %s e necesar sa intri ca membru/utilizator inregistrat.',
 541      2 => 'Intra/Login',
 542      3 => 'Nou membru',
 543      4 => 'Anunta un Eveniment',
 544      5 => 'Trimite un Link',
 545      6 => 'Trimite o stire',
 546      7 => 'Inregistrarea e necesara',
 547      8 => 'Trimite',
 548      9 => 'Cand trimiteti un text pentru a fi introdus in aceasta pagina web, va rugam sa urmati sugestiile de mai jos: <ul><li>Completati toate campurile care sunt obligatorii<li>Introduceti informatii complete si corecte<li>Verificati adresele web/URL</ul>',
 549      10 => 'Titlu',
 550      11 => 'Link',
 551      12 => 'Data incepere',
 552      13 => 'Data terminare',
 553      14 => 'Loc',
 554      15 => 'Descriere',
 555      16 => 'Pentru altele, specificati care',
 556      17 => 'Categorie',
 557      18 => 'Alta',
 558      19 => 'Citeste mai inainte',
 559      20 => 'Eroare: Categoria inexistenta',
 560      21 => 'Cand selectati "Alta" varugam sa introduceti si un nume',
 561      22 => 'Eroare: Date necompletate',
 562      23 => 'Va rugam sa completati toate datele in formular. Sunt necesare toate.',
 563      24 => 'Datele au fost salvate',
 564      25 => '%s de inregistrare a fost salvat cu succes.',
 565      26 => 'Limita Viteza',
 566      27 => 'Membru',
 567      28 => 'Subiect',
 568      29 => 'Stire',
 569      30 => 'Ultima trimitere a fost acum ',
 570      31 => " secunde.  Asteptati {$_CONF['speedlimit']} secunde pentru a trimite iar.",
 571      32 => 'Previzualizeaza',
 572      33 => 'Previzualizare Stire',
 573      34 => 'Iesire/Logout',
 574      35 => 'Tag-uri HTML nu sunt permise',
 575      36 => 'Mod trimitere',
 576      37 => "Anuntand un eveniment la {$_CONF['site_name']}, evenimentul va fi introdus in Calendarul Master de unde alti membri il pot adauga in calendarul lor propriu. Aceasta facilitate <b>NOT</b> este pentru a stoca evenimente personale precum ziua de nastere si aniversari.<br><br>Odata introdus un eveniment, acesta va fi verificat si daca va fi aprobat, va aparea in Calendar Master.",
 577      38 => 'Adauga Eveniment la',
 578      39 => 'Calendar Master',
 579      40 => 'Calendar Personal',
 580      41 => 'Ora terminare',
 581      42 => 'Ora incepere',
 582      43 => 'Eveniment zilnic',
 583      44 => 'Adresa 1',
 584      45 => 'Adresa 2',
 585      46 => 'Oras',
 586      47 => 'Stat',
 587      48 => 'Zip Cod',
 588      49 => 'Eveniment Tip',
 589      50 => 'Modifica Tipuri de Evenimente',
 590      51 => 'Locul',
 591      52 => 'Sterge',
 592      53 => 'Inregistrare'
 593  );
 594  
 595  ###############################################################################
 596  # ADMIN PHRASES - These are file phrases used in admin scripts
 597  ###############################################################################
 598  
 599  ###############################################################################
 600  # admin/auth.inc.php
 601  
 602  $LANG20 = array(
 603      1 => 'Autenficarea necesara',
 604      2 => 'Acces refuzat! Informatii introduse incorect',
 605      3 => 'Parola gresita pentru utilizator',
 606      4 => 'Membru:',
 607      5 => 'Parola:',
 608      6 => 'Accesul la zona de administrare a sit-ului este inregistrat si verificat periodic.<br>Aceasta zona este doar pentru persoanele autorizate.',
 609      7 => 'intra/login'
 610  );
 611  
 612  ###############################################################################
 613  # admin/block.php
 614  
 615  $LANG21 = array(
 616      1 => 'Insufficient Admin Rights',
 617      2 => 'You do not have the necessary rights to edit this block.',
 618      3 => 'Block Editor',
 619      4 => 'There was a problem reading this feed (see error.log for details).',
 620      5 => 'Block Titlu',
 621      6 => 'Topic',
 622      7 => 'Toate',
 623      8 => 'Block Security Level',
 624      9 => 'Block Order',
 625      10 => 'Block Tip',
 626      11 => 'Portal Block',
 627      12 => 'Normal Block',
 628      13 => 'Portal Block Options',
 629      14 => 'RDF URL',
 630      15 => 'Ultimul RDF Update',
 631      16 => 'Normal Block Options',
 632      17 => 'Block Content',
 633      18 => 'Please fill in the Block Titlu, Security Level and Content fields',
 634      19 => 'Block Manager',
 635      20 => 'Block Titlu',
 636      21 => 'Block SecLev',
 637      22 => 'Block Tip',
 638      23 => 'Block Order',
 639      24 => 'Block Topic',
 640      25 => 'To modify or sterge a block, click on that block below.  To create a new block click on new block above.',
 641      26 => 'Layout Block',
 642      27 => 'PHP Block',
 643      28 => 'PHP Block Options',
 644      29 => 'Block Function',
 645      30 => 'If you would like to have one of your blocks use PHP code, enter the name of the function above.  Your function name must start with the prefix "phpblock_" (e.g. phpblock_getweather).  If it does not have this prefix, your function will NOT be called.  We do this to keep people who may have hacked your Geeklog installation from putting arbitrary function calls that may be harmful to your system.  Be sure not to put empty parenthisis "()" after your function name.  Finally, it is recommended that you put all your PHP Block code in /path/to/geeklog/system/lib-custom.php.  That will allow the code to stay with you even when you upgrade to a newer version of Geeklog.',
 646      31 => 'Error in PHP Block.  Function, %s, does not exist.',
 647      32 => 'Error Missing Field(s)',
 648      33 => 'You must enter the URL to the .rdf file for portal blocks',
 649      34 => 'You must enter the Titlu and the function for PHP blocks',
 650      35 => 'You must enter the Titlu and the content for normal blocks',
 651      36 => 'You must enter the content for layout blocks',
 652      37 => 'Bad PHP block function name',
 653      38 => 'Functions for PHP Blocks must have the prefix \'phpblock_\' (e.g. phpblock_getweather).  The \'phpblock_\' prefix is required for security reasons to prevent the execution of arbitrary code.',
 654      39 => 'Side',
 655      40 => 'Stanga',
 656      41 => 'Dreapta',
 657      42 => 'You must enter the blockorder and security level for Geeklog default blocks',
 658      43 => 'Homepage Only',
 659      44 => 'Access Denied',
 660      45 => "You are trying to access a block that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/block.php\">go back to the block administration screen</a>.",
 661      46 => 'Bloc nou',
 662      47 => 'Admin Home',
 663      48 => 'Nume Bloc',
 664      49 => ' (no spaces and must be unique)',
 665      50 => 'Help File URL',
 666      51 => 'include http://',
 667      52 => 'If you leave this blank the help icon for this block will not be displayed',
 668      53 => 'Enabled',
 669      54 => 'salveaza',
 670      55 => 'anuleaza',
 671      56 => 'sterge',
 672      57 => 'Move Block Down',
 673      58 => 'Move Block Up',
 674      59 => 'Move block to the right side',
 675      60 => 'Move block to the left side',
 676      61 => 'No Title',
 677      62 => 'Article Limit',
 678      63 => 'Bad Block Title',
 679      64 => 'Your Title must not be empty and cannot contain HTML!',
 680      65 => 'Order',
 681      66 => 'Autotags',
 682      67 => 'Check to allow autotags'
 683  );
 684  
 685  ###############################################################################
 686  # admin/story.php
 687  
 688  $LANG24 = array(
 689      1 => 'Stiri precedente',
 690      2 => 'Stiri urmatoare',
 691      3 => 'Mod',
 692      4 => 'Mod trimitere',
 693      5 => 'Editor Stiri',
 694      6 => 'Nu sunt stiri in sistem',
 695      7 => 'Autor',
 696      8 => 'salveaza',
 697      9 => 'previzualizeaza',
 698      10 => 'anuleaza',
 699      11 => 'sterge',
 700      12 => 'ID',
 701      13 => 'Titlu',
 702      14 => 'Subiect',
 703      15 => 'Data',
 704      16 => 'Intro Text',
 705      17 => 'Body Text',
 706      18 => 'Accesari',
 707      19 => 'comentarii',
 708      20 => 'Ping',
 709      21 => 'Send Ping',
 710      22 => 'Stire List',
 711      23 => 'To modify or sterge o stire, click on that Stire\'s number below. To view o stire, click on the Titlu of the Stire you wish to view. To create a new Stire click on new Stire above.',
 712      24 => 'The ID you chose for this story is already in use. Please use another ID.',
 713      25 => 'Error when saving story',
 714      26 => 'Previzualizare Stire',
 715      27 => 'If you use [unscaledX] instead of [imageX], the image will be inserted at its original dimensions.',
 716      28 => '<p><b>PREVIEWING</b>: Previewing a story with images attached is best done by saving the article as a draft INSTEAD OF hitting the preview button.  Use the preview button only when images are not attached.',
 717      29 => 'Trackbacks',
 718      30 => 'File Upload Errors',
 719      31 => 'Please fill in the Author, Titlu and Intro Text fields',
 720      32 => 'Featured',
 721      33 => 'There can only be one featured stire',
 722      34 => 'Draft',
 723      35 => 'Da',
 724      36 => 'Nu',
 725      37 => 'Scrise de',
 726      38 => 'Mai mult despre',
 727      39 => 'Emails',
 728      40 => 'Acces interzis',
 729      41 => "You are trying to access o stire that you don't have rights to.  This attempt has been logged.  You may view the article in read-only below. Please <a href=\"{$_CONF['site_admin_url']}/story.php\">go back to the stire administration screen</a> when you are done.",
 730      42 => "You are trying to access o stire that you don't have rights to.  This attempt has been logged.  Please <a href=\"{$_CONF['site_admin_url']}/story.php\">go back to the stire administration screen</a>.",
 731      43 => 'New Stire',
 732      44 => 'Admin Home',
 733      45 => 'Access',
 734      46 => '<b>NOTE:</b> if you modify this date to be in the future, this article will not be published until that date.  That also means the stire will not be included in your RDF headline feed and it will be ignored by the search and statistics pages.',
 735      47 => 'Images',
 736      48 => 'image',
 737      49 => 'dreapta',
 738      50 => 'stanga',
 739      51 => 'To add one of the images you are attaching to this article you need to insert specially formatted text.  The specially formatted text is [imageX], [imageX_right] or [imageX_left] where X is the number of the image you have attached.  NOTE: You must use the images you attach.  If you do not you will be unable to save your stire.<BR><P><B>PREVIEWING</B>: Previewing o stire with images attached is best done by saving the article as a draft INSTEAD OF hitting the preview button.  Use the preview button only when images are not attached.',
 740      52 => 'Sterge',
 741      53 => 'was not used.  You must include this image in the intro or body before you can save your changes',
 742      54 => 'Attached Images Not Used',
 743      55 => 'The following errors occured while trying to save your stire.  Please correct these errors before saving',
 744      56 => 'Show Topic Icon',
 745      57 => 'View unscaled image',
 746      58 => 'Story Management',
 747      59 => 'Option',
 748      60 => 'Enabled',
 749      61 => 'Auto Archive',
 750      62 => 'Auto Delete',
 751      63 => '',
 752      64 => '',
 753      65 => '',
 754      66 => '',
 755      67 => 'Expand the Content Edit Area size',
 756      68 => 'Reduce the Content Edit Area size',
 757      69 => 'Publish Story Date',
 758      70 => 'Toolbar Selection',
 759      71 => 'Basic Toolbar',
 760      72 => 'Common Toolbar',
 761      73 => 'Advanced Toolbar',
 762      74 => 'Advanced II Toolbar',
 763      75 => 'Full Featured',
 764      76 => 'Publish Options',
 765      77 => 'Javascript needs to be enabled for Advanced Editor. Option can be disabled in the main site config.php',
 766      78 => 'Click <a href="%s/story.php?mode=edit&amp;sid=%s&amp;editopt=default">here</a> to use default editor',
 767      79 => 'Preview',
 768      80 => 'Editor',
 769      81 => 'Publish Options',
 770      82 => 'Images',
 771      83 => 'Archive Options',
 772      84 => 'Permissions',
 773      85 => 'Show All',
 774      86 => 'Advanced Editor',
 775      87 => 'Story Stats'
 776  );
 777  
 778  ###############################################################################
 779  # admin/topic.php
 780  
 781  $LANG27 = array(
 782      1 => 'Topic Editor',
 783      2 => 'Topic ID',
 784      3 => 'Topic Name',
 785      4 => 'Topic Image',
 786      5 => '(do not use spaces)',
 787      6 => 'Deleting a topic sterges all stiri and blocks associated with it',
 788      7 => 'Please fill in the Topic ID and Topic Name fields',
 789      8 => 'Topic Manager',
 790      9 => 'To modify or delete a topic, click on that topic.  To create a new topic click the new topic button to the left. You will find your access level for each topic in parenthesis',
 791      10 => 'Sort Order',
 792      11 => 'Stiri/Page',
 793      12 => 'Access Denied',
 794      13 => "You are trying to access a topic that you don't have rights to.  This attempt has been logged. Please <a href=\"{$_CONF['site_admin_url']}/topic.php\">go back to the topic administration screen</a>.",
 795      14 => 'Sort Method',
 796      15 => 'alphabetical',
 797      16 => 'default is',
 798      17 => 'New Topic',
 799      18 => 'Admin Home',
 800      19 => 'save',
 801      20 => 'anuleaza',
 802      21 => 'sterge',
 803      22 => 'Default',
 804      23 => 'make this the default topic for new story submissions',
 805      24 => '(*)',
 806      25 => 'Archive Topic',
 807      26 => 'make this the default topic for archived stories. Only one topic allowed.',
 808      27 => 'Or Upload Topic Icon',
 809      28 => 'Maximum',
 810      29 => 'File Upload Errors'
 811  );
 812  
 813  ###############################################################################
 814  # admin/user.php
 815  
 816  $LANG28 = array(
 817      1 => 'Editor Utilizatori',
 818      2 => 'Membru ID',
 819      3 => 'Nume membru',
 820      4 => 'Nume',
 821      5 => 'Parola',
 822      6 => 'Nivel Securitate',
 823      7 => 'Adresa Email',
 824      8 => 'Pagina principala',
 825      9 => '(nu utilizati spatii)',
 826      10 => 'Va rugam, completati campurile Membru, Nume, Nivel Securitate si  Adresa Email',
 827      11 => 'Administrare Ulilizatori',
 828      12 => 'Pentru a modifica sau sterge un membru, dati clic pe un utilizator de mai jos.  Pentru a crea un nou utilizator dati clic pe butonul de creare nou utilizator din stanga. Puteti realiza cautari simple introducand utilizator, adresa de email sau nume (ex. *ion*, *.it sau *.ro) in formularul urmator.',
 829      13 => 'SecLev',
 830      14 => 'Reg. Data',
 831      15 => 'Membru Nou',
 832      16 => 'Admin Home',
 833      17 => 'Schimba parola',
 834      18 => 'anuleaza',
 835      19 => 'sterge',
 836      20 => 'salveaza',
 837      21 => 'Numele Membru ales exista deja.',
 838      22 => 'Eroare',
 839      23 => 'Batch Add',
 840      24 => 'Batch Import of Users',
 841      25 => 'You can import a batch of users into Geeklog.  The import file must a tab-delimited text file and must have the fields in the following order: full name, Membru, email address.  Each user you import will be emailed with a random password.  You must have one user entered per line.  Failure to follow these instructions will cause problems that may require manual work so double check your entries!',
 842      26 => 'Cauta',
 843      27 => 'Limita Rezultate',
 844      28 => 'Check here to sterge this picture',
 845      29 => 'Cale',
 846      30 => 'Importa',
 847      31 => 'Membri noi',
 848      32 => 'Done processing. Imported %d and encountered %d failures',
 849      33 => 'trimite',
 850      34 => 'Eroare: trebuie specificat un fisieer pentru incarcat pe server/upload.',
 851      35 => 'Last Login',
 852      36 => '(never)',
 853      37 => 'UID',
 854      38 => 'Group Listing',
 855      39 => 'Password (again)',
 856      40 => 'Registration Date',
 857      41 => 'Last login Date',
 858      42 => 'Banned',
 859      43 => 'Awaiting Activation',
 860      44 => 'Awaiting Authorization',
 861      45 => 'Active',
 862      46 => 'User Status',
 863      47 => 'Edit',
 864      48 => 'Show Admin Groups',
 865      49 => 'Admin Group',
 866      50 => 'Check to allow filtering this group as an Admin Use Group',
 867      51 => 'Online Days',
 868      52 => '<br>Note: "Online Days" is the number of days between the first registration and the last login.',
 869      53 => 'registered',
 870      54 => 'Batch Delete',
 871      55 => 'This only works if you have <code>$_CONF[\'lastlogin\'] = true;</code> in your config.php',
 872      56 => 'Please choose the type of user you want to delete and press "Update List". Then, uncheck those from the list you do not want to delete and press "Delete". Please note that you will only delete those that are currently visible in case the list spans over several pages.',
 873      57 => 'Phantom users',
 874      58 => 'Short-Time Users',
 875      59 => 'Old Users',
 876      60 => 'Users that registered more than ',
 877      61 => ' months ago, but never logged in.',
 878      62 => 'Users that registered more than ',
 879      63 => ' months ago, then logged in within 24 hours, but since then never came back to your site.',
 880      64 => 'Normal users, who simply did not visit your site since ',
 881      65 => ' months.',
 882      66 => 'Update List',
 883      67 => 'Months since registration',
 884      68 => 'Online Hours',
 885      69 => 'Offline Months',
 886      70 => 'could not be deleted',
 887      71 => 'sucessfully deleted',
 888      72 => 'No User selected for deletion',
 889      73 => 'Are You sure you want to permanently delete ALL selected users?',
 890      74 => 'Recent Users',
 891      75 => 'Users that registered in the last ',
 892      76 => ' months'
 893  );
 894  
 895  ###############################################################################
 896  # admin/moderation.php
 897  
 898  $LANG29 = array(
 899      1 => 'Approve',
 900      2 => 'sterge',
 901      3 => 'Edit',
 902      4 => 'Profile',
 903      10 => 'Titlu',
 904      11 => 'Start Date',
 905      12 => 'URL',
 906      13 => 'Category',
 907      14 => 'Date',
 908      15 => 'Topic',
 909      16 => 'User name',
 910      17 => 'Full name',
 911      18 => 'Email',
 912      34 => 'Command and Control',
 913      35 => 'Stire Submissions',
 914      36 => 'Link Submissions',
 915      37 => 'Eveniment Submissions',
 916      38 => 'Trimite',
 917      39 => 'There are no submissions to moderate at this time',
 918      40 => 'User Submissions'
 919  );
 920  
 921  ###############################################################################
 922  # admin/mail.php
 923  
 924  $LANG31 = array(
 925      1 => "{$_CONF['site_name']} Mail Utility",
 926      2 => 'From',
 927      3 => 'Reply-to',
 928      4 => 'Subject',
 929      5 => 'Body',
 930      6 => 'Send to:',
 931      7 => 'All users',
 932      8 => 'Admin',
 933      9 => 'Options',
 934      10 => 'HTML',
 935      11 => 'Urgent message!',
 936      12 => 'Send',
 937      13 => 'Reset',
 938      14 => 'Ignore user settings',
 939      15 => 'Error when sending to: ',
 940      16 => 'Successfully sent messages to: ',
 941      17 => "<a href={$_CONF['site_admin_url']}/mail.php>Send another message</a>",
 942      18 => 'To',
 943      19 => 'NOTE: if you wish to send a message to all site members, select the Logged-in Users group from the drop down.',
 944      20 => "Successfully sent <successcount> messages and unsuccessfully sent <failcount> messages.  If you need them, the details of each message attempts is below.  Otherwise you can <a href=\"{$_CONF['site_admin_url']}/mail.php\">Send another message</a> or you can <a href=\"{$_CONF['site_admin_url']}/moderation.php\">go back to the administration page</a>.",
 945      21 => 'Failures',
 946      22 => 'Successes',
 947      23 => 'No failures',
 948      24 => 'No successes',
 949      25 => '-- Select Group --',
 950      26 => 'Please fill in all the fields on the form and select a group of users from the drop down.'
 951  );
 952  
 953  ###############################################################################
 954  # admin/plugins.php
 955  
 956  $LANG32 = array(
 957      1 => 'Installing plugins could possibly cause damage to your Geeklog installation and, possibly, to your system.  It is important that you only install plugins downloaded from the <a href="http://www.geeklog.net" target="_blank">Geeklog Homepage</a> as we thoroughly test all plugins submitted to our site on a variety of operating systems.  It is important that you understand that the plugin installation process will require the execution of a few filesystem commands which could lead to security problems particularly if you use plugins from third party sites.  Even with this warning you are getting, we do not gaurantee the success of any installation nor are we liable for damage caused by installing a Geeklog plugin.  In other words, install at your own risk.  For the wary, directions on how to manually install a plugin is included with each plugin package.',
 958      2 => 'Plug-in Installation Disclaimer',
 959      3 => 'Plug-in Installation Form',
 960      4 => 'Plug-in File',
 961      5 => 'Plug-in List',
 962      6 => 'Warning: Plug-in Already Installed!',
 963      7 => 'The plug-in you are trying to install already exists.  Please sterge the plugin before re-installing it',
 964      8 => 'Plugin Compatibility Check Failed',
 965      9 => 'This plugin requires a newer version of Geeklog. Either upgrade your copy of <a href="http://www.geeklog.net">Geeklog</a> or get a newer version of the plug-in.',
 966      10 => '<br><b>There are no plugins currently installed.</b><br><br>',
 967      11 => 'To modify or sterge a plug-in, click on that plug-in\'s number below. To learn more about a plug-in, click the plug-in name and you will be directed to that plug-in\'s website. To install or upgrade a plug-in please consult it\'s documentation.',
 968      12 => 'no plugin name provided to plugineditor()',
 969      13 => 'Plugin Editor',
 970      14 => 'New Plug-in',
 971      15 => 'Admin Home',
 972      16 => 'Plug-in Name',
 973      17 => 'Plug-in Version',
 974      18 => 'Geeklog Version',
 975      19 => 'Enabled',
 976      20 => 'Yes',
 977      21 => 'No',
 978      22 => 'Install',
 979      23 => 'Salveaza',
 980      24 => 'anuleaza',
 981      25 => 'Sterge',
 982      26 => 'Plug-in Name',
 983      27 => 'Plug-in Homepage',
 984      28 => 'Plug-in Version',
 985      29 => 'Versiune Geeklog ',
 986      30 => 'Sterge Plug-in?',
 987      31 => 'Are you sure you want to sterge this plug-in?  By doing so you will remove all the data and data structures that this plug-in uses.  If you are sure, click sterge again on the form below.',
 988      32 => '<p><b>Error AutoLink tag not correct format</b></p>',
 989      33 => 'Code Version',
 990      34 => 'Update',
 991      35 => 'Edit',
 992      36 => 'Code',
 993      37 => 'Data',
 994      38 => 'Update!'
 995  );
 996  
 997  ###############################################################################
 998  # admin/syndication.php
 999  
1000  $LANG33 = array(
1001      1 => 'create feed',
1002      2 => 'save',
1003      3 => 'delete',
1004      4 => 'cancel',
1005      10 => 'Content Syndication',
1006      11 => 'New Feed',
1007      12 => 'Admin Home',
1008      13 => 'To modify or delete a feed, click on the feed\'s title below. To create a new feed, click on New Feed above.',
1009      14 => 'Title',
1010      15 => 'Type',
1011      16 => 'Filename',
1012      17 => 'Format',
1013      18 => 'last updated',
1014      19 => 'Enabled',
1015      20 => 'Yes',
1016      21 => 'No',
1017      22 => '<i>(no feeds)</i>',
1018      23 => 'all Stories',
1019      24 => 'Feed Editor',
1020      25 => 'Feed Title',
1021      26 => 'Limit',
1022      27 => 'Length of entries',
1023      28 => '(0 = no text, 1 = full text, other = limit to that number of chars.)',
1024      29 => 'Description',
1025      30 => 'Last Update',
1026      31 => 'Character Set',
1027      32 => 'Language',
1028      33 => 'Contents',
1029      34 => 'Entries',
1030      35 => 'Hours',
1031      36 => 'Select type of feed',
1032      37 => 'You have at least one plugin installed that supports content syndication. Below you will need to select whether you want to create a Geeklog feed or a feed from one of the plugins.',
1033      38 => 'Error: Missing Fields',
1034      39 => 'Please fill in the Feed Title, Description, and Filename.',
1035      40 => 'Please enter a  number of entries or number of hours.',
1036      41 => 'Links',
1037      42 => 'Events',
1038      43 => 'All',
1039      44 => 'None',
1040      45 => 'Header-link in topic',
1041      46 => 'Limit Results',
1042      47 => 'Search',
1043      48 => 'Edit',
1044      49 => 'Feed Logo',
1045      50 => "Relative to site url ({$_CONF['site_url']})",
1046      51 => 'The filename you have chosen is already used by another feed. Please choose a different one.',
1047      52 => 'Error: existing Filename'
1048  );
1049  
1050  ###############################################################################
1051  # confirmation and error messages
1052  
1053  $MESSAGE = array(
1054      1 => "Parola a fost trimisa prin e-mail si trebuie sa o primiti imediat. Va rugam sa urmati indicatiile din mesaj si va multumim pentru utilizarea {$_CONF['site_name']}",
1055      2 => "Va multumim pentru stirea/textul trimis la {$_CONF['site_name']}.  A fost trimisa pentru aprobare. Daca va fi aprobata, stirea dvs. va fi disponibila pe sit pentru vizualizare.",
1056      3 => "Va multumim pentru link-ul (adresa web)  propus(a) la {$_CONF['site_name']}.  A fost trimisa pentru aprobare. Daca va fi aprobat, link-ul dvs. va fi introdus in sectiunea <a href={$_CONF['site_url']}/links.php>link-uri</a>.",
1057      4 => "Va multumim pentru evenimentul trimis la {$_CONF['site_name']}.  A fost trimisa pentru aprobare.  Daca va fi aprobat, evenimentul dvs. va fi introdus in sectiunea <a href={$_CONF['site_url']}/calendar.php>calendar</a>.",
1058      5 => 'Informatiile tale au fost salvate cu succes.',
1059      6 => 'Preferintele tale au fost salvate cu succes.',
1060      7 => 'Preferintele tale pentru comentarii au fost salvate cu succes.',
1061      8 => 'Ai iesit cu succes din aria utilizatori inregistrati/membri.',
1062      9 => 'Stirea a fost salvata cu succes.',
1063      10 => 'Stirea a fost stearsa cu succes.',
1064      11 => 'Blocul a fost salvat cu succes.',
1065      12 => 'Blocul a fost sters cu succes.',
1066      13 => 'Subiectul tau a fost salvat cu succes.',
1067      14 => 'The topic and all it\'s stiri and blocks have been successfully sters.',
1068      15 => 'Link-ul tau a fost salvat cu succes.',
1069      16 => 'Link-ul tau a fost sters cu succes.',
1070      17 => 'Evenimentul a fost salvat cu succes.',
1071      18 => 'Evenimentul a fost sters cu succes.',
1072      19 => 'Sondajul a fost salvat cu succes.',
1073      20 => 'Sondajul a fost sters cu succes.',
1074      21 => 'Noul membru a fost salvat cu succes.',
1075      22 => 'Ulilizatorul a fost sters cu succes',
1076      23 => 'Eroare la adaugarea unui Eveniment in calendarul tau. There was no Eveniment id passed.',
1077      24 => 'Evenimentul a fost salvat in calendarul tau',
1078      25 => 'Nu se poate vedea calendarul tau personal pana nu intri ca utilizator inregistrat (login).',
1079      26 => 'Eveniment was successfully removed from your personal calendar',
1080      27 => 'Mesaj trimis cu succes.',
1081      28 => 'The plug-in has been successfully saved',
1082      29 => 'Sorry, personal calendars are not enabled on this site',
1083      30 => 'Access interzis',
1084      31 => 'Sorry, you do not have access to the stire administration page.  Please note that all attempts to access unauthorized features are logged',
1085      32 => 'Sorry, you do not have access to the topic administration page.  Please note that all attempts to access unauthorized features are logged',
1086      33 => 'Sorry, you do not have access to the block administration page.  Please note that all attempts to access unauthorized features are logged',
1087      34 => 'Sorry, you do not have access to the link administration page.  Please note that all attempts to access unauthorized features are logged',
1088      35 => 'Sorry, you do not have access to the Eveniment administration page.  Please note that all attempts to access unauthorized features are logged',
1089      36 => 'Sorry, you do not have access to the Sondaj administration page.  Please note that all attempts to access unauthorized features are logged',
1090      37 => 'Sorry, you do not have access to the user administration page.  Please note that all attempts to access unauthorized features are logged',
1091      38 => 'Sorry, you do not have access to the plugin administration page.  Please note that all attempts to access unauthorized features are logged',
1092      39 => 'Sorry, you do not have access to the mail administration page.  Please note that all attempts to access unauthorized features are logged',
1093      40 => 'Mesaj sistem',
1094      41 => 'Sorry, you do not have access to the word replacement page.  Please note that all attempts to access unauthorized features are logged',
1095      42 => 'Your word has been successfully saved.',
1096      43 => 'The word has been successfully sters.',
1097      44 => 'The plug-in was successfully installed!',
1098      45 => 'The plug-in was successfully sters.',
1099      46 => 'Sorry, you do not have access to the database backup utility.  Please note that all attempts to access unauthorized features are logged',
1100      47 => 'This functionality only works under *nix.  If you are running *nix as your operating system then your cache has been successfully cleared. If you are on Windows, you will need to search for files name adodb_*.php and remove them manually.',
1101      48 => "Va multumim pentru inregistrarea la {$_CONF['site_name']}. Vom revedea  inscrierea dvs. si daca va fi aprobata, parola dvs. va fi trimisa la adresa de e-mail pe care ati introdus-o.",
1102      49 => 'Your group has been successfully saved.',
1103      50 => 'The group has been successfully sters.',
1104      51 => 'This username is already in use. Please choose another one.',
1105      52 => 'The email address provided does not appear to be a valid email address.',
1106      53 => 'Your new password has been accepted. Please use your new password below to log in now.',
1107      54 => 'Your request for a new password has expired. Please try again below.',
1108      55 => 'An email has been sent to you and should arrive momentarily. Please follow the directions in the message to set a new password for your account.',
1109      56 => 'The email address provided is already in use for another account.',
1110      57 => 'Your account has been successfully deleted.',
1111      58 => 'Your feed has been successfully saved.',
1112      59 => 'The feed has been successfully deleted.',
1113      60 => 'The plugin was successfully updated',
1114      61 => 'Plugin %s: Unknown message placeholder',
1115      62 => 'The trackback comment has been deleted.',
1116      63 => 'An error occurred when deleting the trackback comment.',
1117      64 => 'Your trackback comment has been successfully sent.',
1118      65 => 'Weblog directory service successfully saved.',
1119      66 => 'The weblog directory service has been deleted.',
1120      67 => 'The new password does not match the confirmation password!',
1121      68 => 'You have to enter the correct current password.',
1122      69 => 'Your account has been blocked!',
1123      70 => 'Your account is awaiting administrator approval.',
1124      71 => 'Your account has now been confirmed and is awaiting administrator approval.',
1125      72 => 'An error occured while attempting to install the plugin. See error.log for details.',
1126      73 => 'An error occured while attempting to uninstall the plugin. See error.log for details.',
1127      74 => 'The pingback has been successfully sent.',
1128      75 => 'Trackbacks must be sent using a POST request.',
1129      76 => 'Do you really want to delete this item?',
1130      77 => 'WARNING:<br>You have set your default encoding to UTF-8. However, your server does not support multibyte encodings. Please install mbstring functions for PHP or choose a different character set/language.',
1131      78 => 'Please make sure that the email address and the confirmation email address are the same.',
1132      79 => 'The page you have been trying to open refers to a function that no longer exists on this site.',
1133      80 => 'The plugin that created this feed is currently disabled. You will not be able to edit this feed until you re-enable the parent plugin.',
1134      81 => 'You may have mistyped your login credentials.  Please try logging in again below.',
1135      82 => 'You have exceeded the number of allowed login attempts.  Please try again later.',
1136      83 => 'To change your password, email address, or for how long to remember you, please enter your current password.',
1137      84 => 'To delete your account, please enter your current password.'
1138  );
1139  
1140  ###############################################################################
1141  
1142  $LANG_ACCESS = array(
1143      'access' => 'Access',
1144      'ownerroot' => 'Owner/Root',
1145      'group' => 'Group',
1146      'readonly' => 'Read-Only',
1147      'accessrights' => 'Access Rights',
1148      'owner' => 'Owner',
1149      'grantgrouplabel' => 'Grant Above Group Edit Rights',
1150      'permmsg' => 'NOTE: members is all logged in members of the site and anonymous is all users browsing the site that aren\'t logged in.',
1151      'securitygroups' => 'Security Groups',
1152      'editrootmsg' => "Even though you are a User Administrator, you can't edit a root user without first being a root user yourself.  You can edit all other users except root users. Please note that all attempts to illegally edit root users are logged.  Please go back to the <a href=\"{$_CONF['site_admin_url']}/user.php\">User Administration page</a>.",
1153      'securitygroupsmsg' => 'Select the checkboxes for the groups you want the user to belong to.',
1154      'groupeditor' => 'Group Editor',
1155      'description' => 'Descriere',
1156      'name' => 'Name',
1157      'rights' => 'Rights',
1158      'missingfields' => 'Missing Fields',
1159      'missingfieldsmsg' => 'You must supply the name and a descriere for a group',
1160      'groupmanager' => 'Group Manager',
1161      'newgroupmsg' => 'To modify or sterge a group, click on that group below. To create a new group click new group above. Please note that core groups cannot be sters because they are used in the system.',
1162      'groupname' => 'Group Name',
1163      'coregroup' => 'Core Group',
1164      'yes' => 'Yes',
1165      'no' => 'No',
1166      'corerightsdescr' => "This group is a core {$_CONF['site_name']} Group.  Therefore the rights for this group cannot be edited.  Below is a read-only list of the rights this group has access to.",
1167      'groupmsg' => 'Security Groups on this site are hierarchical.  By adding this group to any of the groups below you will giving this group the same rights that those groups have.  Where possible it is encouraged you use the groups below to give rights to a group.  If you need this group to have custom rights then you can select the rights to various site features in the section below called \'Rights\'.  To add this group to any of the ones below simply check the box next to the group(s) that you want.',
1168      'coregroupmsg' => "This group is a core {$_CONF['site_name']} Group.  Therefore the groups that this group belongs to cannot be edited.  Below is a read-only list of the groups this group belongs to.",
1169      'rightsdescr' => 'A groups access to a certain right below can be given directly to the group OR to a different group that this group is a part of.  The ones you see below without a checkbox are the rights that have been given to this group because it belongs to another group with that right.  The rights with checkboxes below are rights that can be given directly to this group.',
1170      'lock' => 'Lock',
1171      'members' => 'Members',
1172      'anonymous' => 'Anonymous',
1173      'permissions' => 'Permissions',
1174      'permissionskey' => 'R = read, E = edit, edit rights assume read rights',
1175      'edit' => 'Edit',
1176      'none' => 'None',
1177      'accessdenied' => 'Access Denied',
1178      'storydenialmsg' => "You do not have access to view this stire.  This could be because you aren't a member of {$_CONF['site_name']}.  Please <a href=users.php?mode=new> become a member</a> of {$_CONF['site_name']} to receive full membership access!",
1179      'nogroupsforcoregroup' => 'This group doesn\'t belong to any of the other groups',
1180      'grouphasnorights' => 'This group doesn\'t have access to any of the administrative features of this site',
1181      'newgroup' => 'New Group',
1182      'adminhome' => 'Admin Home',
1183      'save' => 'save',
1184      'cancel' => 'anuleaza',
1185      'delete' => 'sterge',
1186      'canteditroot' => 'You have tried to edit the Root group but you are not in the Root group yourself therefore your access to this group is denied.  Please contact the system administrator if you feel this is an error',
1187      'listusers' => 'List Users',
1188      'listthem' => 'list',
1189      'usersingroup' => 'Users in group "%s"',
1190      'usergroupadmin' => 'User Group Administration',
1191      'add' => 'Add',
1192      'remove' => 'Remove',
1193      'availmembers' => 'Available Members',
1194      'groupmembers' => 'Group Members',
1195      'canteditgroup' => 'To edit this group, you have to be a member of the group. Please contact the system administrator if you feel this is an error.',
1196      'cantlistgroup' => 'To see the members of this group, you have to be a member yourself. Please contact the system administrator if you feel this is an error.',
1197      'editgroupmsg' => 'To modify the group membership, click on the member names(s) and use the add or remove buttons. If the member is a member of the group, their name will appear on the right side only. Once you are complete - press <b>Save</b> to update the group and return to the main group admin page.',
1198      'listgroupmsg' => 'Listing of all current members in the group: <b>%s</b>',
1199      'search' => 'Search',
1200      'submit' => 'Submit',
1201      'limitresults' => 'Limit Results',
1202      'group_id' => 'Group ID',
1203      'plugin_access_denied_msg' => 'You are illegally trying access a plugin administration page.  Please note that all attempts to illegally access this page are logged.',
1204      'groupexists' => 'Group name already exists',
1205      'groupexistsmsg' => 'There is already a group with this name. Group names must be unique.'
1206  );
1207  
1208  ###############################################################################
1209  # admin/database.php
1210  
1211  $LANG_DB_BACKUP = array(
1212      'last_ten_backups' => 'Ultimele 10 Backup-uri',
1213      'do_backup' => 'Backup',
1214      'backup_successful' => 'Database back up was successful.',
1215      'db_explanation' => 'To create a new backup of your Geeklog system, hit the button below',
1216      'not_found' => "Incorrect path or mysqldump utility not executable.<br>Check <strong>\$_DB_mysqldump_path</strong> definition in config.php.<br>Variable currently defined as: <var>{$_DB_mysqldump_path}</var>",
1217      'zero_size' => 'Backup Failed: Filesize was 0 bytes',
1218      'path_not_found' => "{$_CONF['backup_path']} does not exist or is not a directory",
1219      'no_access' => "ERROR: Directory {$_CONF['backup_path']} is not accessible.",
1220      'backup_file' => 'Backup file',
1221      'size' => 'Size',
1222      'bytes' => 'Bytes',
1223      'total_number' => 'Total number of backups: %d'
1224  );
1225  
1226  ###############################################################################
1227  
1228  $LANG_BUTTONS = array(
1229      1 => 'Home',
1230      2 => 'Contact',
1231      3 => 'Publica',
1232      4 => 'Link-uri',
1233      5 => 'Sondaje',
1234      6 => 'Calendar',
1235      7 => 'Statistici',
1236      8 => 'Personalizeaza',
1237      9 => 'Cauta',
1238      10 => 'cautare avansata',
1239      11 => 'Directory'
1240  );
1241  
1242  ###############################################################################
1243  # 404.php
1244  
1245  $LANG_404 = array(
1246      1 => 'Eroare 404',
1247      2 => 'Oh, nu! Ne-am uitat peste tot, dar n-am gasit <b>%s</b>.',
1248      3 => "<p>Ne pare rau, dar pagina care o cautati nu exista. Va rugam, verificati <a href=\"{$_CONF['site_url']}\">pagina principala</a> sau <a href=\"{$_CONF['site_url']}/search.php\">pagina de cautare</a> sa vedeti daca gasiti ceea ce cautati."
1249  );
1250  
1251  ###############################################################################
1252  # login form
1253  
1254  $LANG_LOGIN = array(
1255      1 => 'Inregistrare necesara',
1256      2 => 'Ne pare rau, pentru a avea acces la aceasta zona trebuie sa fiti membru/utilizator inregistrat.',
1257      3 => 'Inregistrare',
1258      4 => 'Membru Nou'
1259  );
1260  
1261  ###############################################################################
1262  # pdfgenerator.php
1263  
1264  $LANG_PDF = array(
1265      1 => 'The PDF feature has been disabled',
1266      2 => 'The document provided was not rendered. The document was received but could not be processed.  Please make sure to submit only html formatted documents that have been written to the xHTML standard. Please note that overly complex html documents may not render correctly or at all.The document resulting from your attempt was 0 bytes in length, and has been deleted. If you\'re sure that your document should render fine, please re-submit it.',
1267      3 => 'Unknown error during PDF generation',
1268      4 => "No page data was given or you want to use the ad-hoc PDF generation tool below.  If you think you are getting this page\n          in error then please contact the system administrator.  Otherwise, you may use the form below to generate PDF's in an ad-hoc fashion.",
1269      5 => 'Loading your document.',
1270      6 => 'Please wait while your document is loaded.',
1271      7 => 'You may right click the button below and choose \'save target...\' or \'save link location...\' to save a copy of your document.',
1272      8 => "The path given in the configuration file to the HTMLDoc binary is invalid or this system cannot execute it.  Please contact the site administrator if this problem\n          persists.",
1273      9 => 'PDF Generator',
1274      10 => "This is the Ad-hoc PDF Generation tool. It will attempt to convert any URL you give into a PDF.  Please note that some web pages will not render properly with this feature.  This\n           is a limitation of the HTMLDoc PDF generation tool and such errors should not be reported to the administrators of this site",
1275      11 => 'URL',
1276      12 => 'Generate PDF!',
1277      13 => 'The PHP configuration on this server does not allow URLs to be used with the fopen() command.  The system administrator must edit the php.ini file and set allow_url_fopen to On',
1278      14 => 'The PDF you requested either does not exist or you tried to illegally access a file.'
1279  );
1280  
1281  ###############################################################################
1282  # trackback.php
1283  
1284  $LANG_TRB = array(
1285      'trackback' => 'Trackback',
1286      'from' => 'from',
1287      'tracked_on' => 'Tracked on',
1288      'read_more' => '[read more]',
1289      'intro_text' => 'Here\'s what others have to say about \'%s\':',
1290      'no_comments' => 'No trackback comments for this entry.',
1291      'this_trackback_url' => 'Trackback URL for this entry:',
1292      'num_comments' => '%d trackback comments',
1293      'send_trackback' => 'Send Pings',
1294      'preview' => 'Preview',
1295      'editor_title' => 'Send trackback comment',
1296      'trackback_url' => 'Trackback URL',
1297      'entry_url' => 'Entry URL',
1298      'entry_title' => 'Entry Title',
1299      'blog_name' => 'Site Name',
1300      'excerpt' => 'Excerpt',
1301      'truncate_warning' => 'Note: The receiving site may truncate your excerpt',
1302      'button_send' => 'Send',
1303      'button_preview' => 'Preview',
1304      'send_error' => 'Error',
1305      'send_error_details' => 'Error when sending trackback comment:',
1306      'url_missing' => 'No Entry URL',
1307      'url_required' => 'Please enter at least a URL for the entry.',
1308      'target_missing' => 'No Trackback URL',
1309      'target_required' => 'Please enter a trackback URL',
1310      'error_socket' => 'Could not open socket.',
1311      'error_response' => 'Response not understood.',
1312      'error_unspecified' => 'Unspecified error.',
1313      'select_url' => 'Select Trackback URL',
1314      'not_found' => 'Trackback URL not found',
1315      'autodetect_failed' => 'Geeklog could not detect the Trackback URL for the post you want to send your comment to. Please enter it manually below.',
1316      'trackback_explain' => 'From the links below, please select the URL you want to send your Trackback comment to. Geeklog will then try to determine the correct Trackback URL for that post. Or you can <a href="%s">enter it manually</a> if you know it already.',
1317      'no_links_trackback' => 'No links found. You can not send a Trackback comment for this entry.',
1318      'pingback' => 'Pingback',
1319      'pingback_results' => 'Pingback results',
1320      'send_pings' => 'Send Pings',
1321      'send_pings_for' => 'Send Pings for "%s"',
1322      'no_links_pingback' => 'No links found. No Pingbacks were sent for this entry.',
1323      'pingback_success' => 'Pingback sent.',
1324      'no_pingback_url' => 'No pingback URL found.',
1325      'resend' => 'Resend',
1326      'ping_all_explain' => 'You can now notify the sites you linked to (<a href="http://en.wikipedia.org/wiki/Pingback">Pingback</a>), advertise that your site has been updated by pinging weblog directory services, or send a <a href="http://en.wikipedia.org/wiki/Trackback">Trackback</a> comment in case you wrote about a post on someone else\'s site.',
1327      'pingback_button' => 'Send Pingback',
1328      'pingback_short' => 'Send Pingbacks to all sites linked from this entry.',
1329      'pingback_disabled' => '(Pingback disabled)',
1330      'ping_button' => 'Send Ping',
1331      'ping_short' => 'Ping weblog directory services.',
1332      'ping_disabled' => '(Ping disabled)',
1333      'trackback_button' => 'Send Trackback',
1334      'trackback_short' => 'Send a Trackback comment.',
1335      'trackback_disabled' => '(Trackback disabled)',
1336      'may_take_a_while' => 'Please note that sending Pingbacks and Pings may take a while.',
1337      'ping_results' => 'Ping results',
1338      'unknown_method' => 'Unknown ping method',
1339      'ping_success' => 'Ping sent.',
1340      'error_site_name' => 'Please enter the site\'s name.',
1341      'error_site_url' => 'Please enter the site\'s URL.',
1342      'error_ping_url' => 'Please enter a valid Ping URL.',
1343      'no_services' => 'No weblog directory services configured.',
1344      'services_headline' => 'Weblog Directory Services',
1345      'service_explain' => 'To modify or delete a weblog directory service, click on the edit icon of that service below. To add a new weblog directory service, click on "Create New" above.',
1346      'service' => 'Service',
1347      'ping_method' => 'Ping method',
1348      'service_website' => 'Website',
1349      'service_ping_url' => 'URL to ping',
1350      'ping_standard' => 'Standard Ping',
1351      'ping_extended' => 'Extended Ping',
1352      'ping_unknown' => '(unknown method)',
1353      'edit_service' => 'Edit Weblog Directory Service',
1354      'trackbacks' => 'Trackbacks',
1355      'editor_intro' => 'Prepare your trackback comment for <a href="%s">%s</a>.',
1356      'editor_intro_none' => 'Prepare your trackback comment.',
1357      'trackback_note' => 'To send a trackback comment for a story, go to the list of stories and click on "Send Ping" for the story. To send a trackback that is not related to a story, <a href="%s">click here</a>.',
1358      'pingback_explain' => 'Enter a URL to send the Pingback to. The pingback will point to your site\'s homepage.',
1359      'pingback_url' => 'Pingback URL',
1360      'site_url' => 'This site\'s URL',
1361      'pingback_note' => 'To send a pingback for a story, go to the list of stories and click on "Send Ping" for the story. To send a pingback that is not related to a story, <a href="%s">click here</a>.',
1362      'pbtarget_missing' => 'No Pingback URL',
1363      'pbtarget_required' => 'Please enter a pingback URL',
1364      'pb_error_details' => 'Error when sending the pingback:',
1365      'delete_trackback' => 'To delete this Trackback click: '
1366  );
1367  
1368  ###############################################################################
1369  # directory.php
1370  
1371  $LANG_DIR = array(
1372      'title' => 'Article Directory',
1373      'title_year' => 'Article Directory for %d',
1374      'title_month_year' => 'Article Directory for %s %d',
1375      'nav_top' => 'Back to Article Directory',
1376      'no_articles' => 'No articles.'
1377  );
1378  
1379  ###############################################################################
1380  # "What's New" Time Strings
1381  # 
1382  # For the first two strings, you can use the following placeholders.
1383  # Order them so it makes sense in your language:
1384  # %i    item, "Stories"
1385  # %n    amount, "2", "20" etc.
1386  # %t    time, "2" (weeks)
1387  # %s    scale, "hrs", "weeks"
1388  
1389  $LANG_WHATSNEW = array(
1390      'new_string' => '%n new %i in the last %t %s',
1391      'new_last' => 'last %t %s',
1392      'minutes' => 'minutes',
1393      'hours' => 'hours',
1394      'days' => 'days',
1395      'weeks' => 'weeks',
1396      'months' => 'months',
1397      'minute' => 'minute',
1398      'hour' => 'hour',
1399      'day' => 'day',
1400      'week' => 'week',
1401      'month' => 'month'
1402  );
1403  
1404  ###############################################################################
1405  # Month names
1406  
1407  $LANG_MONTH = array(
1408      1 => 'Ianuarie',
1409      2 => 'Februarie',
1410      3 => 'Martie',
1411      4 => 'Aprilie',
1412      5 => 'Mai',
1413      6 => 'Iunie',
1414      7 => 'Iulie',
1415      8 => 'August',
1416      9 => 'Septembrie',
1417      10 => 'Octombrie',
1418      11 => 'Noiembrie',
1419      12 => 'Decembrie'
1420  );
1421  
1422  ###############################################################################
1423  # Weekdays
1424  
1425  $LANG_WEEK = array(
1426      1 => 'Duminica',
1427      2 => 'Luni',
1428      3 => 'Marti',
1429      4 => 'Miercuri',
1430      5 => 'Joi',
1431      6 => 'Vineri',
1432      7 => 'Sambata'
1433  );
1434  
1435  ###############################################################################
1436  # Admin - Strings
1437  # 
1438  # These are some standard strings used by core functions as well as plugins to
1439  # display administration lists and edit pages
1440  
1441  $LANG_ADMIN = array(
1442      'search' => 'Search',
1443      'limit_results' => 'Limit Results',
1444      'submit' => 'Submit',
1445      'edit' => 'Edit',
1446      'edit_adv' => 'Adv. Edit',
1447      'admin_home' => 'Admin Home',
1448      'create_new' => 'Create New',
1449      'create_new_adv' => 'Create New (Adv.)',
1450      'enabled' => 'Enabled',
1451      'title' => 'Title',
1452      'type' => 'Type',
1453      'topic' => 'Topic',
1454      'help_url' => 'Help File URL',
1455      'save' => 'Save',
1456      'cancel' => 'Cancel',
1457      'delete' => 'Delete',
1458      'delete_sel' => 'Delete selected',
1459      'copy' => 'Copy',
1460      'no_results' => '- No entries found -',
1461      'data_error' => 'There was an error processing the subscription data. Please check the data source.',
1462      'preview' => 'Preview',
1463      'records_found' => 'Records found'
1464  );
1465  
1466  ###############################################################################
1467  # Localisation of the texts for the various drop-down menus that are actually
1468  # stored in the database. If these exist, they override the texts from the
1469  # database.
1470  
1471  $LANG_commentcodes = array(
1472      0 => 'Comments Enabled',
1473      -1 => 'Comments Disabled'
1474  );
1475  
1476  
1477  $LANG_commentmodes = array(
1478      'flat' => 'Flat',
1479      'nested' => 'Nested',
1480      'threaded' => 'Threaded',
1481      'nocomment' => 'No Comments'
1482  );
1483  
1484  $LANG_cookiecodes = array(
1485      0 => '(don\'t)',
1486      3600 => '1 Hour',
1487      7200 => '2 Hours',
1488      10800 => '3 Hours',
1489      28800 => '8 Hours',
1490      86400 => '1 Day',
1491      604800 => '1 Week',
1492      2678400 => '1 Month'
1493  );
1494  
1495  $LANG_dateformats = array(
1496      0 => 'System Default'
1497  );
1498  
1499  $LANG_featurecodes = array(
1500      0 => 'Not Featured',
1501      1 => 'Featured'
1502  );
1503  
1504  $LANG_frontpagecodes = array(
1505      0 => 'Show Only in Topic',
1506      1 => 'Show on Front Page'
1507  );
1508  
1509  $LANG_postmodes = array(
1510      'plaintext' => 'Plain Old Text',
1511      'html' => 'HTML Formatted'
1512  );
1513  
1514  $LANG_sortcodes = array(
1515      'ASC' => 'Oldest First',
1516      'DESC' => 'Newest First'
1517  );
1518  
1519  $LANG_trackbackcodes = array(
1520      0 => 'Trackback Enabled',
1521      -1 => 'Trackback Disabled'
1522  );
1523  
1524  ?>


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics