Index: sq-AL.rc =================================================================== --- sq-AL.rc (revision 0) +++ sq-AL.rc (working copy) @@ -0,0 +1,37 @@ +/* + * REG.EXE - Wine-compatible reg program. + * Albanian language support + * + * Copyright 2013 Ardit Dani + * + * 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, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + */ + +#include "reg.h" + +LANGUAGE LANG_ALBANIAN, SUBLANG_DEFAULT + +STRINGTABLE +{ + STRING_USAGE, "Sintaksa e kësaj komande është:\n\nREG [ ADD | DELETE | QUERY ]\nREG komandë /?\n" + STRING_ADD_USAGE, "REG ADD emri_çelsit [/v value_name | /ve] [/t tipi] [/s ndaresi] [/d të dhëna] [/f]\n" + STRING_DELETE_USAGE, "REG DELETE emri_çelsit [/v vlera_emrit | /ve | /va] [/f]\n" + STRING_QUERY_USAGE, "REG QUERY emri_çelsit [/v vlera_emrit | /ve] [/s]\n" + STRING_SUCCESS, "Operacioni përfundoi me sukses\n" + STRING_INVALID_KEY, "Error: Çelsi i pavlerfshem i emrit\n" + STRING_INVALID_CMDLINE, "Error: Parametrat e pavlefshme ne vijën komanduse\n" + STRING_NO_REMOTE, "Error: Në pamundësi për të shtuar çelësat në makinë në distancë\n" + STRING_CANNOT_FIND, "Error: Sistemi nuk ishte në gjendje për të gjetur çelësat të caktuar të regjistrit ose vlerës\n" +}