You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #225 from Piwigo/receive-image-share
Add support for sharing images from external apps
- Build issues fixed by foojay resolve
- New model in a future PR
- Dependencies bump fixed white screen issue
- workmanager update fixed notification issue
Copy file name to clipboardExpand all lines: l10n/app_en.arb
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -313,6 +313,16 @@
313
313
"moveCategoryError_title": "Move Fail",
314
314
"moveCategoryError_message": "Failed to move your album",
315
315
316
+
"selectCategory": "Select Album",
317
+
"selectCategory_select": "Please select an album or sub-album.",
318
+
"selectCategory_message": "{count, plural, =1{Are you sure you want to upload the image into the album {parent} ?} other{Are you sure you want to upload the images into the album {parent} ?}}",
319
+
"@selectCategory_message" : {
320
+
"placeholders": {
321
+
"count": {},
322
+
"parent": {}
323
+
}
324
+
},
325
+
316
326
317
327
"categoryPrivacy": "Manage Permissions",
318
328
"categoryPrivacy_subtitle": "Manage access permissions of \"{album_name}\".",
0 commit comments