greenshot/GreenshotGooglePhotosPlugin/Languages/language_googlephotosplugin-en-US.xml
Robin Krom 19fb98ae55
Get rid of embedded browser (#255)
This change makes it possible to use Box, DropBox and Imgur with the default browser, instead of the embedded which causes many issues. Other plugins need to follow.
2021-03-27 00:11:06 +01:00

32 lines
876 B
XML

<?xml version="1.0" encoding="utf-8"?>
<language description="English" ietf="en-US" version="1.0.0">
<resources>
<resource name="label_AfterUploadLinkToClipBoard">
Link to clipboard
</resource>
<resource name="label_AfterUpload">
After upload
</resource>
<resource name="Configure">
Configure GooglePhotos
</resource>
<resource name="upload_menu_item">
Upload to GooglePhotos
</resource>
<resource name="settings_title">
GooglePhotos settings
</resource>
<resource name="upload_success">
Successfully uploaded image to GooglePhotos!
</resource>
<resource name="upload_failure">
An error occured while uploading to GooglePhotos:
</resource>
<resource name="label_upload_format">
Image format
</resource>
<resource name="communication_wait">
Communicating with GooglePhotos. Please wait...
</resource>
</resources>
</language>