* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ /** * Romanian translation of the messages (utf8 encoded!) * * @author Bindila Eduard Catalin */ $GLOBALS["i18n"]["lang"] = "Romana"; // admin/index.php $GLOBALS["i18n"]["Administration"] = "Administrare"; $GLOBALS["i18n"]["Available Languages"] = "Limbi valabile"; $GLOBALS["i18n"]["PFC version verification"] = "Verificare versiune PFC "; $GLOBALS["i18n"]["Internet connection is not possible"] = "Conectarea nu este posibila "; $GLOBALS["i18n"]["PFC is update"] = "PFC este update"; $GLOBALS["i18n"]["PFC version"] = "Versiune PFC "; $GLOBALS["i18n"]["The last official version"] = "Ultima versiune oficiala"; $GLOBALS["i18n"]["PFC is not update"] = "PFC nu este update"; $GLOBALS["i18n"]["Your version"] = "Versiunea ta"; $GLOBALS["i18n"]["Download the last version %s here %s."] = "Donwloadeaza ultima versiune %s aici %s."; // admin/user.php $GLOBALS["i18n"]["Users management"] = "Administrare useri"; $GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Cel putin un user trebuie declarat pentru a activa autentificarea."; $GLOBALS["i18n"]["It is not possible to delete the last user."] = "Nu este posibila stergera ultimului user."; $GLOBALS["i18n"]["User %s deleted."] = "Userul %s a fost sters."; $GLOBALS["i18n"]["User %s added."] = "Userul %s a fost adaugat."; $GLOBALS["i18n"]["User %s edited."] = "Userul %s a fost editat."; $GLOBALS["i18n"]["Authentication disable"] = "Autentificare dezactivata"; $GLOBALS["i18n"]["Enable here"] = "Activeazsa aici"; $GLOBALS["i18n"]["Authentication enable"] = "Autentificare activata"; $GLOBALS["i18n"]["Disable here"] = "Dezactiveaza aici"; $GLOBALS["i18n"]["Username"] = "Nume"; $GLOBALS["i18n"]["Password"] = "Parola"; $GLOBALS["i18n"]["Group"] = "Grup"; $GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Sigur vrei sa stergi userul %s ?"; $GLOBALS["i18n"]["Add a new user"] = "Adauga user"; $GLOBALS["i18n"]["Edit"] = "Editeaza"; $GLOBALS["i18n"]["Delete"] = "Sterge"; // admin/themes.php $GLOBALS["i18n"]["Available themes"] = "Teme valabile"; $GLOBALS["i18n"]["Screenshot"] = "Imagini"; ?>