Skip to content

Commit

Permalink
#504: media manager js module updated for Vimeo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonas Mikulenas committed Jul 2, 2013
1 parent d860857 commit f8a6dba
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 196 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
<value>Include archived items</value>
</data>
<data name="ArchiveFile_ConfirmationMessage" xml:space="preserve">
<value>Are you sure you want to pull out file {0} from archive?</value>
<value>Are you sure you want to send the file {0} to archive?</value>
</data>
<data name="ArchiveImage_ConfirmationMessage" xml:space="preserve">
<value>Are you sure you want to send the image {0} to archive?</value>
Expand All @@ -421,7 +421,7 @@
<value>Are you sure you want to send the media {0} to archive?</value>
</data>
<data name="ArchiveVideo_ConfirmationMessage" xml:space="preserve">
<value>Are you sure you want to pull out video {0} from archive?</value>
<value>Are you sure you want to send the video {0} to archive?archive?</value>
</data>
<data name="MediaManager_ButtonArchive" xml:space="preserve">
<value>Archive</value>
Expand All @@ -430,19 +430,19 @@
<value>Unarchive</value>
</data>
<data name="UnarchiveFile_ConfirmationMessage" xml:space="preserve">
<value>Are you sure you want to send the video {0} to archive?</value>
<value>Are you sure you want to pull out the file {0} from archive?</value>
</data>
<data name="UnarchiveImage_ConfirmationMessage" xml:space="preserve">
<value>Are you sure you want to pull out image {0} from archive?</value>
<value>Are you sure you want to pull out the image {0} from archive?</value>
</data>
<data name="UnarchiveMedia_ConfirmationMessage" xml:space="preserve">
<value>Are you sure you want to pull out media {0} from archive?</value>
<value>Are you sure you want to pull out the media {0} from archive?</value>
</data>
<data name="UnarchiveMedia_UnarchivedSuccessfully_Message" xml:space="preserve">
<value>Media pulled out from archive successfully.</value>
</data>
<data name="UnarchiveVideo_ConfirmationMessage" xml:space="preserve">
<value>Are you sure you want to send the video {0} to archive?</value>
<value>Are you sure you want to pull out the video {0} from archive?</value>
</data>
<data name="Button_Reupload" xml:space="preserve">
<value>Re-upload</value>
Expand Down
Loading

0 comments on commit f8a6dba

Please sign in to comment.