Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
ad72ecbc
Commit
ad72ecbc
authored
Oct 20, 2010
by
Paul Vriens
Committed by
Alexandre Julliard
Oct 20, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ipconfig: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
parent
2c3bc2cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
0 deletions
+76
-0
Makefile.in
programs/ipconfig/Makefile.in
+1
-0
Sr.rc
programs/ipconfig/Sr.rc
+75
-0
No files found.
programs/ipconfig/Makefile.in
View file @
ad72ecbc
...
...
@@ -15,6 +15,7 @@ RC_SRCS = \
Nl.rc
\
Pl.rc
\
Si.rc
\
Sr.rc
\
Sv.rc
\
Uk.rc
...
...
programs/ipconfig/Sr.rc
0 → 100644
View file @
ad72ecbc
/*
* IP configuration utility
* Serbian language support
*
* Copyright 2010 Andrew Nguyen
* Copyright 2010 Đorđe Vasiljević
*
* 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 "ipconfig.h"
#pragma code_page(65001)
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_CYRILLIC
STRINGTABLE
{
STRING_USAGE, "Употреба: ipconfig [ /? | /all ]\n"
STRING_INVALID_CMDLINE, "Грешка: унесени су непознати или неисправни параметри наредбене линије\n"
STRING_ADAPTER_FRIENDLY, "%s адаптер %s\n"
STRING_ETHERNET, "Етернет"
STRING_UNKNOWN, "Непознато"
STRING_CONN_DNS_SUFFIX, "Веза одређена DNS суфиксом"
STRING_IP_ADDRESS, "IP адреса"
STRING_HOSTNAME, "Назив домаћина"
STRING_NODE_TYPE, "Врста чвора"
STRING_BROADCAST, "Емитовање"
STRING_PEER_TO_PEER, "Непосредна размена"
STRING_MIXED, "Измешано"
STRING_HYBRID, "Хибридно"
STRING_IP_ROUTING, "IP усмеравање је омогућено"
STRING_DESCRIPTION, "Опис"
STRING_PHYS_ADDR, "Физичка адреса"
STRING_DHCP_ENABLED, "DHCP је омогућен"
STRING_YES, "Да"
STRING_NO, "Не"
}
LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN
STRINGTABLE
{
STRING_USAGE, "Upotreba: ipconfig [ /? | /all ]\n"
STRING_INVALID_CMDLINE, "Greška: uneseni su nepoznati ili neispravni parametri naredbene linije\n"
STRING_ADAPTER_FRIENDLY, "%s adapter %s\n"
STRING_ETHERNET, "Eternet"
STRING_UNKNOWN, "Nepoznato"
STRING_CONN_DNS_SUFFIX, "Veza određena DNS sufiksom"
STRING_IP_ADDRESS, "IP adresa"
STRING_HOSTNAME, "Naziv domaćina"
STRING_NODE_TYPE, "Vrsta čvora"
STRING_BROADCAST, "Emitovanje"
STRING_PEER_TO_PEER, "Neposredna razmena"
STRING_MIXED, "Izmešano"
STRING_HYBRID, "Hibridno"
STRING_IP_ROUTING, "IP usmeravanje je omogućeno"
STRING_DESCRIPTION, "Opis"
STRING_PHYS_ADDR, "Fizička adresa"
STRING_DHCP_ENABLED, "DHCP je omogućen"
STRING_YES, "Da"
STRING_NO, "Ne"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment