Merge pull request #1956 from crazyserver/MOBILE-3039

Mobile 3039
main
Juan Leyva 2019-05-28 17:20:19 +02:00 committed by GitHub
commit af53d44c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ before_cache:
cache: cache:
directories: directories:
- node_modules - $HOME/.npm
- $HOME/.cache/electron - $HOME/.cache/electron
- $HOME/.cache/electron-builder - $HOME/.cache/electron-builder

View File

@ -1,7 +1,7 @@
{ {
"deletecourse": "Offload all course data", "deletecourse": "Offload all course data",
"deletedatafrom": "Offload data from {{name}}", "deletedatafrom": "Offload data from {{name}}",
"info": "Files stored on your device make the app work faster, and when offline. You can safely offload them if you need to free up storage space.", "info": "Files stored on your device make the app work faster and enable the app to be used offline. You can safely offload files if you need to free up storage space.",
"managestorage": "Manage storage", "managestorage": "Manage storage",
"storageused": "File storage used:" "storageused": "File storage used:"
} }

View File

@ -915,7 +915,7 @@
"addon.notifications.therearentnotificationsyet": "There are no notifications.", "addon.notifications.therearentnotificationsyet": "There are no notifications.",
"addon.storagemanager.deletecourse": "Offload all course data", "addon.storagemanager.deletecourse": "Offload all course data",
"addon.storagemanager.deletedatafrom": "Offload data from {{name}}", "addon.storagemanager.deletedatafrom": "Offload data from {{name}}",
"addon.storagemanager.info": "Files stored on your device make the app work faster, and when offline. You can safely offload them if you need to free up storage space.", "addon.storagemanager.info": "Files stored on your device make the app work faster and enable the app to be used offline. You can safely offload files if you need to free up storage space.",
"addon.storagemanager.managestorage": "Manage storage", "addon.storagemanager.managestorage": "Manage storage",
"addon.storagemanager.storageused": "File storage used:", "addon.storagemanager.storageused": "File storage used:",
"assets.countries.AD": "Andorra", "assets.countries.AD": "Andorra",
@ -1283,7 +1283,7 @@
"core.course.confirmdeletemodulefiles": "Are you sure you want to delete these files?", "core.course.confirmdeletemodulefiles": "Are you sure you want to delete these files?",
"core.course.confirmdownload": "You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?", "core.course.confirmdownload": "You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?",
"core.course.confirmdownloadunknownsize": "It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?", "core.course.confirmdownloadunknownsize": "It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?",
"core.course.confirmlimiteddownload": "You are not currently connected to WiFi. ", "core.course.confirmlimiteddownload": "You are not currently connected to Wi-Fi. ",
"core.course.confirmpartialdownloadsize": "You are about to download <strong>at least</strong> {{size}}.{{availableSpace}} Are you sure you want to continue?", "core.course.confirmpartialdownloadsize": "You are about to download <strong>at least</strong> {{size}}.{{availableSpace}} Are you sure you want to continue?",
"core.course.contents": "Contents", "core.course.contents": "Contents",
"core.course.couldnotloadsectioncontent": "Could not load the section content. Please try again later.", "core.course.couldnotloadsectioncontent": "Could not load the section content. Please try again later.",

View File

@ -9,7 +9,7 @@
"confirmdownload": "You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?", "confirmdownload": "You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?",
"confirmdownloadunknownsize": "It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?", "confirmdownloadunknownsize": "It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?",
"confirmpartialdownloadsize": "You are about to download <strong>at least</strong> {{size}}.{{availableSpace}} Are you sure you want to continue?", "confirmpartialdownloadsize": "You are about to download <strong>at least</strong> {{size}}.{{availableSpace}} Are you sure you want to continue?",
"confirmlimiteddownload": "You are not currently connected to WiFi. ", "confirmlimiteddownload": "You are not currently connected to Wi-Fi. ",
"contents": "Contents", "contents": "Contents",
"couldnotloadsectioncontent": "Could not load the section content. Please try again later.", "couldnotloadsectioncontent": "Could not load the section content. Please try again later.",
"couldnotloadsections": "Could not load the sections. Please try again later.", "couldnotloadsections": "Could not load the sections. Please try again later.",