-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IB-7093 Signed-off-by: Raul Metsma <[email protected]> Signed-off-by: Raul Metsma <[email protected]>
- Loading branch information
Showing
11 changed files
with
335 additions
and
583 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,21 @@ | ||
|
||
/* Class = "NSWindow"; title = "ID-updater"; ObjectID = "12"; */ | ||
"12.title" = "ID-tarkvara uuenduste kontroll"; | ||
|
||
/* Class = "NSMenuItem"; title = "Remove"; ObjectID = "3bN-hp-rYM"; */ | ||
"3bN-hp-rYM.title" = "Eemalda"; | ||
|
||
/* Class = "NSMenuItem"; title = "Once a day"; ObjectID = "47t-6c-CcN"; */ | ||
"47t-6c-CcN.title" = "Kord päevas"; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Ready"; ObjectID = "93X-h4-Pxn"; */ | ||
"93X-h4-Pxn.title" = "Valmis"; | ||
|
||
/* Class = "NSMenuItem"; title = "Once a month"; ObjectID = "DGb-lH-Nqo"; */ | ||
"DGb-lH-Nqo.title" = "Kord kuus"; | ||
|
||
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "Kq2-Mx-1ek"; */ | ||
"Kq2-Mx-1ek.title" = "OtherViews"; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Changelog:"; ObjectID = "MH3-Hn-7hU"; */ | ||
"MH3-Hn-7hU.title" = "Muudatuste ajalugu:"; | ||
|
||
/* Class = "NSButtonCell"; title = "Download update"; ObjectID = "OBO-RW-cVT"; */ | ||
"OBO-RW-cVT.title" = "Alusta paigaldust"; | ||
|
||
/* Class = "NSTextFieldCell"; title = "0 KB/s"; ObjectID = "PII-Zr-eT8"; */ | ||
"PII-Zr-eT8.title" = "0 KB/s"; | ||
/* Class = "NSImageView"; ibExternalAccessibilityDescription = "ID-updater"; ObjectID = "cBX-F9-CcO"; */ | ||
"cBX-F9-CcO.ibExternalAccessibilityDescription" = "ID-updater"; | ||
|
||
/* Class = "NSTabViewItem"; label = "Updates"; ObjectID = "XOS-WI-hKa"; */ | ||
"XOS-WI-hKa.label" = "Uuendused"; | ||
/* Class = "NSTextFieldCell"; title = "Your ID-software is up to date"; ObjectID = "Kje-PT-lDq"; */ | ||
"Kje-PT-lDq.title" = "Sinu ID-tarkvara on ajakohane"; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Currently installed version:"; ObjectID = "Xr7-Ls-jOQ"; */ | ||
"Xr7-Ls-jOQ.title" = "Sinu arvutis olev tarkvara versioon:"; | ||
/* Class = "NSTextFieldCell"; title = "Last checked:"; ObjectID = "sp4-up-rmr"; */ | ||
"sp4-up-rmr.title" = "Viimati kontrollitud:"; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Available:"; ObjectID = "ZgI-Qu-BYN"; */ | ||
"ZgI-Qu-BYN.title" = "Paigaldatav tarkvara versioon:"; | ||
/* Class = "NSButtonCell"; title = "Update now"; ObjectID = "Tk7-kF-JTm"; */ | ||
"Tk7-kF-JTm.title" = "Uuenda kohe"; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Update check interval"; ObjectID = "dPb-83-7q8"; */ | ||
"dPb-83-7q8.title" = "Kontrolli uuendusi"; | ||
/* Class = "NSButtonCell"; title = "Automatically check for updates"; ObjectID = "tXV-pa-oNo"; */ | ||
"tXV-pa-oNo.title" = "Kontrolli automaatselt värskendusi"; | ||
|
||
/* Class = "NSTabViewItem"; label = "Version info"; ObjectID = "hng-hr-Q6P"; */ | ||
"hng-hr-Q6P.label" = "Versiooni info"; | ||
/* Class = "NSButtonCell"; title = "Version info"; ObjectID = "UwB-jw-hW4"; */ | ||
"UwB-jw-hW4.title" = "Versiooni info"; | ||
|
||
/* Class = "NSMenuItem"; title = "Once a week"; ObjectID = "wj9-Or-Pru"; */ | ||
"wj9-Or-Pru.title" = "Kord nädalas"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/* (No Comment) */ | ||
"CFBundleDisplayName" = "ID-Updater"; | ||
|
||
/* Localized versions of Info.plist keys */ | ||
"CFBundleName" = "ID-Updater"; | ||
|
||
CFBundleName = "ID-Updater"; | ||
CFBundleDisplayName = "ID-Updater"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.