~ubuntu-branches/debian/experimental/nzbget/experimental

« back to all changes in this revision

Viewing changes to osx/Resources/Localizable.strings

  • Committer: Package Import Robot
  • Author(s): Andreas Moog
  • Date: 2014-12-25 12:58:06 UTC
  • mfrom: (1.2.1) (3.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20141225125806-vnzgajhm7mju9933
Tags: 14.1+dfsg-1
* New Upstream release (Closes: #768863)
* debian/patches:
  - Remove 0010_unnecessary_gcryptdep.patch, included upstream
  - Refresh remaining patches
* debian/control:
  - Remove no longer needed build-depends on libpar2-dev and libsigc++-dev
* debian/nzbget.conf
  - Update sample configuration file to include new options introduced by
    new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  This file is part of nzbget
 
3
 *
 
4
 *  Copyright (C) 2007-2014 Andrey Prygunkov <hugbug@users.sourceforge.net>
 
5
 *
 
6
 *  This program is free software; you can redistribute it and/or modify
 
7
 *  it under the terms of the GNU General Public License as published by
 
8
 *  the Free Software Foundation; either version 2 of the License, or
 
9
 *  (at your option) any later version.
 
10
 *
 
11
 *  This program is distributed in the hope that it will be useful,
 
12
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 *  GNU General Public License for more details.
 
15
 *
 
16
 *  You should have received a copy of the GNU General Public License
 
17
 *  along with this program; if not, write to the Free Software
 
18
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
19
 *
 
20
 * $Revision: 1166 $
 
21
 * $Date: 2014-11-22 21:32:26 +0100 (Sat, 22 Nov 2014) $
 
22
 *
 
23
 */
 
24
 
 
25
"Status.Downloading"="Downloading at %i KB/s";
 
26
"Status.Post-Processing"="Post-Processing";
 
27
"Status.Fetching NZBs"="Fetching NZBs";
 
28
"Status.Fetching Feeds"="Fetching Feeds";
 
29
"Status.Paused"="Paused";
 
30
"Status.Idle"="Idle";
 
31
"Status.Left"="%@ left";
 
32
"Status.NoConnection"="Downloader Not Responding";
 
33
"Status.Restarting"="Restarting";
 
34
"Status.PreventSleep"="NZBGet is downloading or post-processing";
 
35
 
 
36
"Left.Days"="%i days";
 
37
"Left.Days.Hours"="%id %ih";
 
38
"Left.Hours"="%i hours";
 
39
"Left.Hours.Minutes"="%ih %02im";
 
40
"Left.Minutes"="%im";
 
41
"Left.Minutes.Seconds"="%im %02is";
 
42
"Left.Seconds"="%is";
 
43
 
 
44
"Menu.LinkHomePage"="http://nzbget.net";
 
45
"Menu.LinkDownloads"="http://nzbget.net/download";
 
46
"Menu.LinkForum"="http://nzbget.net/forum";
 
47
 
 
48
"ShowWebUINoConnection.MessageText"="Could not establish connection to downloader (background process).";
 
49
"ShowWebUINoConnection.InformativeText"="Try to restart the program via Troubleshooting-menu.";
 
50
 
 
51
"RestartNoConnection.MessageText"="Could not establish connection to downloader (background process).";
 
52
"RestartNoConnection.InformativeText"="Try to restart the program in recovery mode via Troubleshooting-menu.";
 
53
 
 
54
"Restarted.MessageText"="The program has been successfully restarted.";
 
55
"Restarted.InformativeText"="";
 
56
"Restarted.WebUI"="Show Web-Interface";
 
57
"Restarted.OK"="OK";
 
58
 
 
59
"RestartedRecoveryMode.MessageText"="The program has been successfully restarted and is now working on address http://127.0.0.1:6789 without password.";
 
60
"RestartedRecoveryMode.InformativeText"="To access the program via address, port and password defined in settings the program must be restarted in normal mode using Troubleshooting-menu. A soft-restart via web-interface is not sufficient!";
 
61
 
 
62
"FactoryResetted.MessageText"="The program has been reset to factory defaults.";
 
63
"FactoryResetted.InformativeText"="";
 
64
 
 
65
"FactoryReset.MessageText"="Reset to factory defaults?";
 
66
"FactoryReset.InformativeText"="All settings will be reset to defaults. The download queue, history, statistics, log-file, default incoming nzb-directory and default scripts-directory will be erased. ";
 
67
"FactoryReset.Cancel"="Cancel";
 
68
"FactoryReset.Reset"="Erase and Reset";
 
69
 
 
70
"AlreadyRunning.MessageText"="NZBGet is already running.";
 
71
"AlreadyRunning.InformativeTextWithIcon" = "You can control NZBGet using web-interface or icon in menubar.";
 
72
"AlreadyRunning.InformativeTextWithoutIcon" = "You can control NZBGet using web-interface. The icon in menubar is currently not displayed because the option 'Show in menubar' was unselected in preferences.";
 
73
"AlreadyRunning.Quit"="Quit NZBGet";
 
74
"AlreadyRunning.Preferences"="Open Preferences";
 
75
"AlreadyRunning.WebUI"="Show Web-Interface";
 
76
 
 
77
"CantShowInFinder.MessageText"="Cannot open %@.";
 
78
"CantShowInFinder.InformativeTextWithOption"="The path doesn't exist or refers to a volume not mounted at the moment. Check option %@.";
 
79
"CantShowInFinder.InformativeTextForCategory"="The path doesn't exist or refers to a volume not mounted at the moment. Please also note that destination directories for categories are created upon first use.";