Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexey Alyaev
wine
Commits
c87200f6
Commit
c87200f6
authored
15 years ago
by
Aurimas Fišeras
Committed by
Alexandre Julliard
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
clock: Add Lithuanian translation.
parent
3df02ab5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
programs/clock/Lt.rc
+79
-0
79 additions, 0 deletions
programs/clock/Lt.rc
programs/clock/Makefile.in
+1
-0
1 addition, 0 deletions
programs/clock/Makefile.in
with
80 additions
and
0 deletions
programs/clock/Lt.rc
0 → 100644
+
79
−
0
View file @
c87200f6
/*
* Clock (Lithuanian resources)
*
* Copyright 2009 Aurimas Fišeras <aurimas@gmail.com>
*
* 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 "clock_res.h"
/* UTF-8 */
#pragma code_page(65001)
LANGUAGE LANG_LITHUANIAN, SUBLANG_NEUTRAL
MAIN_MENU MENU
{
POPUP "&Savybės" {
MENUITEM "Ana&loginis", IDM_ANALOG
MENUITEM "Skai&tmeninis", IDM_DIGITAL
MENUITEM SEPARATOR
MENUITEM "&Šriftas...", IDM_FONT
MENUITEM SEPARATOR
MENUITEM "&Be lango antraštės juostos", IDM_NOTITLE
MENUITEM SEPARATOR
MENUITEM "S&ekundės", IDM_SECONDS
MENUITEM "&Data", IDM_DATE
MENUITEM SEPARATOR
MENUITEM "&Visada viršuje", IDM_ONTOP
}
POPUP "&Informacija" {
MENUITEM "&Licencija...", IDM_LICENSE
MENUITEM "JOKIŲ &GARANTIJŲ...", IDM_NOWARRANTY
MENUITEM "&Apie laikrodį...", IDM_ABOUT
}
}
STRINGTABLE DISCARDABLE
{
IDS_CLOCK, "Laikrodis"
}
STRINGTABLE DISCARDABLE
{
IDS_LICENSE_CAPTION, "LICENCIJA"
IDS_LICENSE,
"Ši programa yra laisva programinė įranga; galite ją platinti ir/ar \
modifikuoti GNU laisvosios bendrosios viešosios licencijos (LGPL) \
sąlygomis, kurios paskelbtos Laisvosios programinės įrangos fondo \
(FSF); 2.1-osios arba (Jūsų pasirinkimu) bet kurios vėlesnės \
licencijos versijos sąlygomis.\n\
Ši programa yra platinama tikintis, kad ji bus naudinga, bet BE JOKIŲ \
GARANTIJŲ; net be numanomų PERKAMUMO ar TINKAMUMO KONKREČIAI \
UŽDUOČIAI garantijų. Išsamią informaciją rasite GNU laisvojoje \
bendrojoje viešojoje licencijoje.\n\
Jūs turėjote gauti GNU laisvosios bendrosios viešosios licencijos \
kopiją kartu su Wine; jei negavote, rašykite adresu \
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, \
Boston, MA 02110-1301, USA."
IDS_WARRANTY_CAPTION, "JOKIŲ GARANTIJŲ"
IDS_WARRANTY,
"Ši programa yra platinama tikintis, kad ji bus naudinga, bet BE JOKIŲ \
GARANTIJŲ; net be numanomų PERKAMUMO ar TINKAMUMO KONKREČIAI \
UŽDUOČIAI garantijų. Išsamią informaciją rasite GNU laisvojoje \
bendrojoje viešojoje licencijoje."
}
This diff is collapsed.
Click to expand it.
programs/clock/Makefile.in
+
1
−
0
View file @
c87200f6
...
...
@@ -23,6 +23,7 @@ RC_SRCS = \
It.rc
\
Ja.rc
\
Ko.rc
\
Lt.rc
\
Nl.rc
\
No.rc
\
Pl.rc
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment