Module: wine Branch: master Commit: 5f845d3beb5a2a2c64a6f6aec762fcf337ff43d7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5f845d3beb5a2a2c64a6f6aec7... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Thu Oct 21 14:38:45 2010 +0200 ipconfig: Update the Serbian (Latin and Cyrillic) translation. Translation by Đorđe Vasiljević. --- programs/ipconfig/Sr.rc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/programs/ipconfig/Sr.rc b/programs/ipconfig/Sr.rc index cb5cdc2..0174595 100644 --- a/programs/ipconfig/Sr.rc +++ b/programs/ipconfig/Sr.rc @@ -47,6 +47,7 @@ STRINGTABLE STRING_DHCP_ENABLED, "DHCP је омогућен" STRING_YES, "Да" STRING_NO, "Не" + STRING_DEFAULT_GATEWAY, "Подразумевани мрежни пролаз" } LANGUAGE LANG_SERBIAN, SUBLANG_SERBIAN_LATIN @@ -72,4 +73,5 @@ STRINGTABLE STRING_DHCP_ENABLED, "DHCP je omogućen" STRING_YES, "Da" STRING_NO, "Ne" + STRING_DEFAULT_GATEWAY, "Podrazumevani mrežni prolaz" }