Marino Faggiana 8 years ago
parent
commit
6f53ad8f28

+ 49 - 0
Libraries external/CTAssetsPickerController/Resources/is.lproj/CTAssetsPicker.strings

@@ -0,0 +1,49 @@
+/* Navigation bar buttons */
+"Cancel" = "Cancel";
+"Done" = "Done";
+
+/* Default title */
+"Photos" = "Photos";
+
+/* No. of selected */
+"%@ Photo Selected" = "%@ Photo Selected";
+"%@ Photos Selected" = "%@ Photos Selected";
+"%@ Video Selected" = "%@ Video Selected";
+"%@ Videos Selected" = "%@ Videos Selected";
+"%@ Items Selected" = "%@ Items Selected";
+
+/* Grid view footer */
+"%@ Photos" = "%@ Photos";
+"%@ Videos" = "%@ Videos";
+"%@ Photos, %@ Videos" = "%1$@ Photos, %2$@ Videos";
+
+/* Assets index */
+"%@ of %@" = "%1$@ of %2$@";
+
+/* Messages if privacy is not granted */
+"This app does not have access to your photos or videos." = "This app does not have access to your photos or videos.";
+"You can enable access in Privacy Settings." = "You can enable access in Privacy Settings.";
+
+/* Messages if no assets */
+"No Photos or Videos" = "No Photos or Videos";
+
+/* The parameter will be replaced by the device model name */
+"You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes." = "You can take photos and videos using the camera, or sync photos and videos onto your %@\nusing iTunes.";
+"You can sync photos and videos onto your %@ using iTunes." = "You can sync photos and videos onto your %@ using iTunes.";
+
+/* Accessibility labels */
+"Play" = "Play";
+"Select" = "Select";
+"Deselect" = "Deselect";
+
+/* Video duration spell out */
+"hours" = "hours";
+"hour" = "hour";
+"minutes" = "minutes";
+"minute" = "minute";
+"seconds" = "seconds";
+"second" = "second";
+
+/* Error message of playing stream video */
+"Cannot Play Stream Video" = "Cannot Play Stream Video";
+"OK" = "OK";

+ 2 - 0
Libraries external/OCCommunicationLib/OCCommunicationLibTests/is.lproj/InfoPlist.strings

@@ -0,0 +1,2 @@
+/* Localized versions of Info.plist keys */
+

+ 1 - 0
Libraries external/OCCommunicationLib/ownCloud iOS library.xcodeproj/project.pbxproj

@@ -420,6 +420,7 @@
 				en,
 				ru,
 				pl,
+				is,
 			);
 			mainGroup = EA7CC88E183E11E600B6A4B4;
 			productRefGroup = EA7CC898183E11E600B6A4B4 /* Products */;

+ 13 - 0
Nextcloud.xcodeproj/project.pbxproj

@@ -1432,6 +1432,12 @@
 		F7B81D801C64E77F006D02DF /* CCCoreData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCCoreData.m; sourceTree = "<group>"; };
 		F7BE6E2B1D2D5C3B00106933 /* CCQuickActions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCQuickActions.h; sourceTree = "<group>"; };
 		F7BE6E2C1D2D5C3B00106933 /* CCQuickActions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCQuickActions.m; sourceTree = "<group>"; };
+		F7BEC53D1E7981720048500A /* is */ = {isa = PBXFileReference; lastKnownFileType = text; name = is; path = is.lproj/TTOpenInAppActivityLocalizable.string; sourceTree = "<group>"; };
+		F7BEC53E1E7981720048500A /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/BKPasscodeView.strings; sourceTree = "<group>"; };
+		F7BEC53F1E7981720048500A /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Localizable.strings; sourceTree = "<group>"; };
+		F7BEC5401E7981720048500A /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+		F7BEC5411E7981720048500A /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Intro.strings; sourceTree = "<group>"; };
+		F7BEC5421E7981720048500A /* is */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = is; path = is.lproj/Error.strings; sourceTree = "<group>"; };
 		F7BF1B3F1D51E893000854F6 /* CCLogin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCLogin.h; sourceTree = "<group>"; };
 		F7BF1B401D51E893000854F6 /* CCLogin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCLogin.m; sourceTree = "<group>"; };
 		F7BFA4541E0693EE0010E44C /* cryptocloud 5.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = "cryptocloud 5.xcdatamodel"; sourceTree = "<group>"; };
@@ -3560,6 +3566,7 @@
 				vi,
 				"zh-Hans",
 				"zh-Hant",
+				is,
 			);
 			mainGroup = F7F67B9F1A24D27800EE80DA;
 			productRefGroup = F7F67B9F1A24D27800EE80DA;
@@ -4358,6 +4365,7 @@
 				F7202C8E1E68171900C6D9AD /* ru */,
 				F7202C961E6817A400C6D9AD /* pl */,
 				F7202C9C1E6818B700C6D9AD /* es */,
+				F7BEC53E1E7981720048500A /* is */,
 			);
 			name = BKPasscodeView.strings;
 			sourceTree = "<group>";
@@ -4373,6 +4381,7 @@
 				F7202C911E68171900C6D9AD /* ru */,
 				F7202C991E6817A500C6D9AD /* pl */,
 				F7202C9F1E6818B700C6D9AD /* es */,
+				F7BEC5411E7981720048500A /* is */,
 			);
 			name = Intro.strings;
 			sourceTree = "<group>";
@@ -4406,6 +4415,7 @@
 				F7202C921E68171A00C6D9AD /* ru */,
 				F7202C9A1E6817A500C6D9AD /* pl */,
 				F7202CA01E6818B700C6D9AD /* es */,
+				F7BEC5421E7981720048500A /* is */,
 			);
 			name = Error.strings;
 			sourceTree = "<group>";
@@ -4421,6 +4431,7 @@
 				F7202C8D1E68171800C6D9AD /* ru */,
 				F7202C951E6817A400C6D9AD /* pl */,
 				F7202C9B1E6818B600C6D9AD /* es */,
+				F7BEC53D1E7981720048500A /* is */,
 			);
 			name = TTOpenInAppActivityLocalizable.string;
 			sourceTree = "<group>";
@@ -4436,6 +4447,7 @@
 				F7202C901E68171900C6D9AD /* ru */,
 				F7202C981E6817A500C6D9AD /* pl */,
 				F7202C9E1E6818B700C6D9AD /* es */,
+				F7BEC5401E7981720048500A /* is */,
 			);
 			name = InfoPlist.strings;
 			sourceTree = "<group>";
@@ -4451,6 +4463,7 @@
 				F7202C8F1E68171900C6D9AD /* ru */,
 				F7202C971E6817A500C6D9AD /* pl */,
 				F7202C9D1E6818B700C6D9AD /* es */,
+				F7BEC53F1E7981720048500A /* is */,
 			);
 			name = Localizable.strings;
 			sourceTree = "<group>";

+ 3 - 0
iOSClient/Library/SwiftWebVC/Strings/is.lproj/SwiftWebVC.strings

@@ -0,0 +1,3 @@
+// Copyright (c) 2013 Alex Ruperez
+"Open in Safari" = "Open in Safari";
+"Open in Chrome" = "Open in Chrome";