mirror of
https://github.com/transmission/transmission
synced 2025-02-04 05:22:40 +00:00
fix Greek strings file
This commit is contained in:
parent
f6a32d49ce
commit
0a285a36a8
2 changed files with 2 additions and 2 deletions
|
@ -364,7 +364,7 @@
|
|||
4DFBC2DD09C0970D00D5C571 /* Torrent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Torrent.h; path = macosx/Torrent.h; sourceTree = "<group>"; };
|
||||
4DFBC2DE09C0970D00D5C571 /* Torrent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Torrent.m; path = macosx/Torrent.m; sourceTree = "<group>"; };
|
||||
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; name = Info.plist; path = macosx/Info.plist; sourceTree = "<group>"; };
|
||||
8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A200B8390A2263BA007BBB1E /* InfoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoWindowController.h; path = macosx/InfoWindowController.h; sourceTree = "<group>"; };
|
||||
A200B83A0A2263BA007BBB1E /* InfoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoWindowController.m; path = macosx/InfoWindowController.m; sourceTree = "<group>"; };
|
||||
A2041D520C9AC523000ACFFB /* Lock.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Lock.tiff; path = macosx/Images/Lock.tiff; sourceTree = "<group>"; };
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
"\"%@\" cannot be used. The file will remain in its current location." = "Το \"%@\" δεν μπορεί να χρησιμοποιηθεί. Το αρχείο θα παραμείνει στην αρχική του θέση.";
|
||||
|
||||
/* Folder cannot be used alert -> message */
|
||||
"\"%@\" cannot be used. The transfer will be paused." = Το \"%@\" δεν μπορεί να χρησιμοποιηθεί. Η μεταφορά θα περιέλθει σε παύση.";
|
||||
"\"%@\" cannot be used. The transfer will be paused." = "Το \"%@\" δεν μπορεί να χρησιμοποιηθεί. Η μεταφορά θα περιέλθει σε παύση.";
|
||||
|
||||
/* Create torrent -> file already exists warning -> warning */
|
||||
"A file with the name \"%@\" already exists in the directory \"%@\". Choose a new name or directory to create the torrent." = "Υπάρχει ήδη αρχείο με το όνομα \"%1$@\" στο \"%2$@\". Επιλέξτε άλλο όνομα, ή άλλη τοποθεσία για την δημιουργία του torrent.";
|
||||
|
|
Loading…
Reference in a new issue