mirror of
https://github.com/greenshot/greenshot.git
synced 2025-01-24 14:12:52 -08:00
19fb98ae55
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.
32 lines
876 B
XML
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> |